June 2002
Intermediate to advanced
816 pages
28h 12m
English
ValidationSummaryDisplayMode
This enumeration specifies the way that a ValidationSummary control will display
error messages—either as a combined SingleParagraph, as a List, or as a BulletList.
Public Enum ValidationSummaryDisplayMode List = 0 BulletList = 1 SingleParagraph = 2 End Enum
System.Object→System.ValueType→ System.Enum(System.IComparable, System.IFormattable, System.IConvertible)→ ValidationSummaryDisplayMode
Read now
Unlock full access