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

GridViewColumn.HeaderStyle Property

Gets the style settings used to paint the column’s header.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public virtual GridViewHeaderStyle HeaderStyle { get; }

Property Value

Type Description
GridViewHeaderStyle

A GridViewHeaderStyle object that contains the style settings used to paint the column’s header.

Remarks

Use the HeaderStyle property to specify the column header’s appearance. These style settings override the style settings common to all column headers within a Grid View (GridViewStyles.Header).

See Also