'Declaration Public Enum SupportDataErrorInfo Inherits System.Enum
public enum SupportDataErrorInfo : System.Enum
Member | Description |
---|---|
CellsOnly | Cells only. Use IDataErrorInfo to display only cell errors. Row errors are ignored. |
Default | Default. Default is resolved to None. |
None | None. Specifies not to use IDataErrorInfo. |
RowsAndCells | Both rows and cells. Use IDataErrorInfo to display row and cell errors. |
RowsOnly | Rows only. Use IDataErrorInfo to display only row errors. Cell errors are ignored. |
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