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

GridViewStyles.AdaptiveFooterPanel Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public GridViewStyleBase AdaptiveFooterPanel { get; }

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.

AdaptiveHeaderFooter

See Also