Version

IsDataErrorTemplateActive Property

Indicates if the data error template is being used to display the editor.
Syntax
'Declaration
 
Public ReadOnly Property IsDataErrorTemplateActive As Boolean
public bool IsDataErrorTemplateActive {get;}
Remarks

IsDataErrorTemplateActive property is used by the CellValuePresenter template to determine if the data error template (see DataPresenterBase.DataErrorContentTemplateKey) should be used as the content template for the content presenter that's used to display the editor inside the cell. The data error template is used to display the data error information when data error info support is enabled. Data error info support is enabled by the FieldLayoutSettings.SupportDataErrorInfo and FieldLayoutSettings.DataErrorDisplayMode properties.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also