Skip to main content
Tab

ASPxValidationSummary.HeaderStyle Property

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
ValidationSummaryHeaderStyle

A ValidationSummaryHeaderStyle object defining the title header’s appearance.

#Remarks

Use the HeaderStyle property to access style settings that define the appearance of the title heading within the editor.

See Also