Version

DataErrorDisplayMode Enumeration

Used for specifying FieldLayoutSettings.DataErrorDisplayMode property.
Syntax
'Declaration
 
Public Enum DataErrorDisplayMode 
   Inherits System.Enum
public enum DataErrorDisplayMode : System.Enum 
Members
MemberDescription
DefaultDefault is resolved to ErrorIcon.
ErrorIconWhen 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.
ErrorIconAndHighlightBoth the error icon and highlighting mechanism will be used to display data errors.
HighlightWhen 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.
NoneData 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.
Requirements

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

See Also