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
Declaration
Members
Name | Description |
---|---|
Table
|
Specifies that the errors within the |
BulletedList
|
Specifies that the errors within the |
OrderedList
|
Specifies that the errors within the |
Related API Members
The following properties accept/return ValidationSummaryRenderMode values:
Library | Related API Members |
---|---|
ASP.NET Web Forms Controls | ASPxValidationSummary.RenderMode |
ASP.NET MVC Extensions | ValidationSummarySettings.RenderMode |
Remarks
Values listed by this enumerator are used to set the ASPxValidationSummary.RenderMode property’s value.
See Also