Back to Devexpress

VerticalGridRow.HeaderStyle Property

aspnet-devexpress-dot-web-dot-verticalgridrow-a97774df.md

latest1.5 KB
Original Source

VerticalGridRow.HeaderStyle Property

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public virtual VerticalGridHeaderStyle HeaderStyle { get; }
vb
Public Overridable ReadOnly Property HeaderStyle As VerticalGridHeaderStyle

Property Value

TypeDescription
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

Vertical Grid

VerticalGridRow Class

VerticalGridRow Members

DevExpress.Web Namespace