Skip to main content
A newer version of this page is available. .

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

Declaration

public ValidationSummaryRenderMode RenderMode { get; set; }

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