Back to Devexpress

ValidationSummaryRenderMode Enum

aspnet-devexpress-dot-web-ac8b601e.md

latest1.8 KB
Original Source

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

NuGet Package : DevExpress.Web

Declaration

csharp
public enum ValidationSummaryRenderMode
vb
Public Enum ValidationSummaryRenderMode

Members

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.

|

The following properties accept/return ValidationSummaryRenderMode values:

LibraryRelated API Members
ASP.NET Web Forms ControlsASPxValidationSummary.RenderMode
ASP.NET MVC ExtensionsValidationSummarySettings.RenderMode

Remarks

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

See Also

RenderMode

Validation Summary

DevExpress.Web Namespace