ASPxValidationSummary.ErrorStyle Property
In This Article
Gets the style properties for the editor’s validation errors.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public ValidationSummaryErrorStyle ErrorStyle { get; }
#Property Value
Type | Description |
---|---|
Validation |
An Validation |
#Remarks
Use the ErrorStyle property to define the appearance of the editor’s validation errors.
See Also