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

GridViewStyles.AdaptiveHeaderPanel Property

Gets the style settings defining the appearance of the adaptive header panel.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public GridViewStyleBase AdaptiveHeaderPanel { get; }

Property Value

Type Description
GridViewStyleBase

A GridViewStyleBase object that contains style settings.

Remarks

When grid adaptive mode is enabled (the ASPxGridViewAdaptivitySettings.AdaptivityMode property is set to HideDataCellsWindowLimit), it can collapse grid data when the browser window is resized. In this case, the grid displays an adaptive header panel that contains column headers. Use the AdaptiveHeaderPanel property to customize the adaptive header panel style settings.

AdaptiveHeaderFooter

See Also