aspnet-devexpress-dot-web-ac8b601e.md
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.v25.2.dll
NuGet Package : DevExpress.Web
public enum ValidationSummaryRenderMode
Public Enum ValidationSummaryRenderMode
| Name | Description |
|---|---|
Table |
Specifies that the errors within the ValidationSummaryRenderMode are rendered using the table element.
|
| BulletedList |
Specifies that the errors within the ValidationSummaryRenderMode are rendered as an bulleted list.
|
| OrderedList |
Specifies that the errors within the ValidationSummaryRenderMode are rendered as an ordered list.
|
The following properties accept/return ValidationSummaryRenderMode values:
| Library | Related API Members |
|---|---|
| ASP.NET Web Forms Controls | ASPxValidationSummary.RenderMode |
| ASP.NET MVC Extensions | ValidationSummarySettings.RenderMode |
Values listed by this enumerator are used to set the ASPxValidationSummary.RenderMode property’s value.
See Also