GridViewStyles.AdaptiveFooterPanel Property
Gets the style settings defining the appearance of the adaptive footer 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 the ASPxGridViewSettings.ShowFooter property is set to true
, the grid displays the footer element. If a grid adaptive mode is enabled (the ASPxGridViewAdaptivitySettings.AdaptivityMode property is set to HideDataCellsWindowLimit), the footer element is collapsed to an adaptive footer panel when the browser window is resized. Use the AdaptiveFooterPanel property to customize the adaptive footer panel style settings.
See Also