GridViewStyles.AdaptiveFooterPanel Property
In This Article
Gets the style settings defining the appearance of the adaptive footer panel.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Property Value
Type | Description |
---|---|
Grid |
A Grid |
#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