Skip to main content
A newer version of this page is available.
All docs
V19.1
Tab

VerticalGridCategoryRow.HeaderStyle Property

Gets the style settings used to paint the category row header.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public VerticalGridHeaderStyle HeaderStyle { get; }

Property Value

Type Description
VerticalGridHeaderStyle

A VerticalGridHeaderStyle object that contains the style settings used to paint the category row’s header.

Remarks

Use the HeaderStyle property to specify the category row header’s appearance. These style settings override the style settings common to all category rows headers within a Vertical Grid (VerticalGridStyles.Header).

See Also