'Declaration Public Enum DataErrorDisplayMode Inherits System.Enum
public enum DataErrorDisplayMode : System.Enum
Member | Description |
---|---|
Default | Default is resolved to ErrorIcon. |
ErrorIcon | When a cell has data error, an error icon is displayed in the cell and when the record has data error, an error icon is displayed in the record selector. |
ErrorIconAndHighlight | Both the error icon and highlighting mechanism will be used to display data errors. |
Highlight | When a cell has data error, the cell is highlighted with a color and when the record has data error, a vertical line is displayed on the right side of the record selector. |
None | Data error ui will not be displayed. This is useful if you want to provide your own ui indication for data errors and prevent the data presenter from displaying ui errors. |
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