ASPxValidationSummary.ErrorStyle Property
Gets the style properties for the editor’s validation errors.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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