ValidationSummaryRenderMode Enum
Specifies whether the validation summary editor’s error items are rendered as a bulleted list, an ordered list or by using the table tag.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Members
Name | Description |
---|---|
Table
|
Specifies that the errors within the |
Bulleted
|
Specifies that the errors within the |
Ordered
|
Specifies that the errors within the |
#Related API Members
The following properties accept/return ValidationSummaryRenderMode values:
Library | Related API Members |
---|---|
ASP. |
ASPx |
ASP. |
Validation |
#Remarks
Values listed by this enumerator are used to set the ASPxValidationSummary.RenderMode property’s value.