Version

DataErrorInfo Property (UltraGridRow)

Allows getting or setting of IDataErrorInfo data for this UltraGridRow.
Syntax
'Declaration
 
Public ReadOnly Property DataErrorInfo As UltraGridRow.UltraGridRowDataErrorInfo
public UltraGridRow.UltraGridRowDataErrorInfo DataErrorInfo {get;}
Remarks

This data is independent of the IDataErrorInfo implementation (if any) on the ListObject.

If SupportsDataErrorInfo is enabled, the grid will determine whether to show an error for the row or cell by first examining this data on the UltraGridRow, and then fall back to the ListObject only if the grid row returns no error.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, 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