VerticalGridRow.HeaderStyle Property
In This Article
Gets the style settings used to paint a row’s header.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public virtual VerticalGridHeaderStyle HeaderStyle { get; }
#Property Value
Type | Description |
---|---|
Vertical |
A Vertical |
#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