A newer version of this page is available.
Switch to the current version.
VerticalGridRow.HeaderStyle Property
Gets the style settings used to paint a row's header.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v18.2.dll
Declaration
public virtual VerticalGridHeaderStyle HeaderStyle { get; }
Public Overridable ReadOnly Property HeaderStyle As VerticalGridHeaderStyle
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
Feedback