GridViewStyles.AdaptiveHeaderPanel Property
In This Article
Gets the style settings defining the appearance of the adaptive header panel.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public GridViewStyleBase AdaptiveHeaderPanel { get; }
#Property Value
Type | Description |
---|---|
Grid |
A Grid |
#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.
See Also