Version

SupportDataErrorInfo Enumeration

Enum for specifying UltraGridOverride.SupportDataErrorInfo property.
Syntax
'Declaration
 
Public Enum SupportDataErrorInfo 
   Inherits System.Enum
public enum SupportDataErrorInfo : System.Enum 
Members
MemberDescription
CellsOnlyCells only. Use IDataErrorInfo to display only cell errors. Row errors are ignored.
DefaultDefault. Default is resolved to None.
NoneNone. Specifies not to use IDataErrorInfo.
RowsAndCellsBoth rows and cells. Use IDataErrorInfo to display row and cell errors.
RowsOnlyRows only. Use IDataErrorInfo to display only row errors. Cell errors are ignored.
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