Skip to main content
A newer version of this page is available. .
Tab

VerticalGridRow.HeaderStyle Property

Gets the style settings used to paint a row’s header.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public virtual VerticalGridHeaderStyle HeaderStyle { get; }

Property Value

Type Description
VerticalGridHeaderStyle

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

Remarks

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

See Also