Back to Devexpress

ValidationSummarySettings.RenderMode Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-validationsummarysettings-f23b8d7b.md

latest2.0 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public ValidationSummaryRenderMode RenderMode { get; set; }
vb
Public Property RenderMode As ValidationSummaryRenderMode

Property Value

TypeDescription
ValidationSummaryRenderMode

One of the ValidationSummaryRenderMode enumeration values.

|

Available values:

NameDescription
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

Validation Summary

ValidationSummarySettings Class

ValidationSummarySettings Members

DevExpress.Web.Mvc Namespace