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

GridViewStyles.AdaptiveGroupPanel Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public GridViewStyleBase AdaptiveGroupPanel { get; }

Property Value

Type Description
GridViewStyleBase

A GridViewStyleBase object that contains style settings.

Remarks

When the ASPxGridViewSettings.ShowGroupPanel property is set to true, the grid displays the group panel element. If a grid adaptive mode is enabled (the ASPxGridViewAdaptivitySettings.AdaptivityMode property is set to HideDataCellsWindowLimit), the group panel element is collapsed to an adaptive group panel when the browser window is resized. Use the AdaptiveGroupPanel property to customize the adaptive group panel style settings.

AdaptiveHeaderFooter

See Also