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

ValidationSummaryRenderMode Enum

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

Declaration

public enum ValidationSummaryRenderMode

Members

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.

Related API Members

The following properties accept/return ValidationSummaryRenderMode values:

Remarks

Values listed by this enumerator are used to set the ASPxValidationSummary.RenderMode property’s value.

See Also