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

ASPxValidationSummary.ErrorStyle Property

Gets the style properties for the editor’s validation errors.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public ValidationSummaryErrorStyle ErrorStyle { get; }

Property Value

Type Description
ValidationSummaryErrorStyle

An ValidationSummaryErrorStyle object that contains style settings.

Remarks

Use the ErrorStyle property to define the appearance of the editor’s validation errors.

See Also