VerticalGridRow.HeaderStyle Property
Gets the style settings used to paint a row’s header.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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