GridViewStyles.AdaptiveHeaderPanel Property
Gets the style settings defining the appearance of the adaptive header panel.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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.
See Also