Version

SupportDataErrorInfo Enumeration

Enum for specifying FieldLayoutSettings.SupportDataErrorInfo property.
Syntax
'Declaration
 
Public Enum SupportDataErrorInfo 
   Inherits System.Enum
public enum SupportDataErrorInfo : System.Enum 
Members
MemberDescription
CellsOnlyCells 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.
DefaultDefault. Default is resolved to None.
NoneNone. IDataErrorInfo error information is not displayed.
RecordsAndCellsBoth records and cells. IDataErrorInfo's record error as well as individual cell error information is displayed.
RecordsOnlyRecords 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.
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