Skip to main content
Tab

VerticalGridStyles.Header Property

Gets the style settings used to paint row headers.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public VerticalGridHeaderStyle Header { get; }

Property Value

Type Description
VerticalGridHeaderStyle

A VerticalGridHeaderStyle object that contains style settings used to paint row headers.

Remarks

Use the row’s VerticalGridRow.HeaderStyle property to paint its header using custom style settings.

The Header property style settings are also applied to the indent style if the ASPxVerticalGridSettings.MergeHeaderIndents and ASPxVerticalGridSettings.ShowCategoryIndents options are enabled.

ASPxVerticalGrid-HeaderStyle

See Also