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

GridViewStyles.Header Property

Gets the style settings used to paint column headers.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public GridViewHeaderStyle Header { get; }

Property Value

Type Description
GridViewHeaderStyle

A GridViewHeaderStyle object that contains style settings used to paint column headers.

Remarks

Use the column’s GridViewColumn.HeaderStyle property to paint its header using custom style settings.

See Also