'Declaration Public Enum SupportDataErrorInfo Inherits System.Enum
public enum SupportDataErrorInfo : System.Enum
Member | Description |
---|---|
CellsOnly | Cells only. IDataErrorInfo's cell error information is displayed. Record error information is not displayed. Each cell's error information is displayed inside the cell in the form of an error icon. When the mouse is hovered over the error icon, a tooltip with the error text is displayed. |
Default | Default. Default is resolved to None. |
None | None. IDataErrorInfo error information is not displayed. |
RecordsAndCells | Both records and cells. IDataErrorInfo's record error as well as individual cell error information is displayed. |
RecordsOnly | Records only. IDataErrorInfo's record Error is displayed. By default the data presenter displays this error information in the form of an error icon inside the record selector. Individual cell error information is not not displayed. When the mouse is hovered over the error icon, a tooltip with the error text is displayed. |
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