ValidationSummarySettings.RenderMode Property
Gets or sets a value that specifies whether the errors within the ValidationSummary are rendered as an ordered or bulleted list, or use the table HTML element.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Property Value
Type | Description |
---|---|
ValidationSummaryRenderMode | One of the ValidationSummaryRenderMode enumeration values. |
Available values:
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. |
See Also