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

GridViewStyles.HeaderPanel Property

Gets the style settings used to paint the Header Panel.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public GridViewHeaderPanelStyle HeaderPanel { get; }

Property Value

Type Description
GridViewHeaderPanelStyle

A GridViewHeaderPanelStyle object that contains style settings used to paint the Header Panel.

Remarks

Column headers are displayed on the Header Panel. The Header Panel is visible onscreen when there are no visible columns within the ASPxGridView.

See Also