ASPxValidationSummary.HeaderStyle Property
In This Article
Gets the style properties of the editor’s title heading.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public ValidationSummaryHeaderStyle HeaderStyle { get; }
#Property Value
Type | Description |
---|---|
Validation |
A Validation |
#Remarks
Use the HeaderStyle property to access style settings that define the appearance of the title heading within the editor.
See Also