ValidationSummarySettings.RenderMode Property
In This Article
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.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public ValidationSummaryRenderMode RenderMode { get; set; }
#Property Value
Type | Description |
---|---|
Validation |
One of the Validation |
Available values:
Name | Description |
---|---|
Table | Specifies that the errors within the Validation |
Bulleted |
Specifies that the errors within the Validation |
Ordered |
Specifies that the errors within the Validation |
See Also