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

GridViewStatusBarMode Enum

Lists values that specify the visibility of the status bar and filter bar elements in the ASPxGridView and ASPxCardView controls.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public enum GridViewStatusBarMode

Members

Name Description
Auto
  • A status bar is displayed if the SettingsLoadingPanel.Mode property is set to ShowOnStatusBar.
  • A filter bar is displayed if the grid’s data has been filtered.
Hidden

An element isn’t shown within the grid.

Visible

An element is always displayed at the bottom of the grid.

Related API Members

The following properties accept/return GridViewStatusBarMode values:

Library Related API Members
ASP.NET Controls and MVC Extensions ASPxGridSettings.ShowFilterBar
ASPxGridSettings.ShowStatusBar
TreeListSettings.ShowFilterBar
ASP.NET Bootstrap Controls BootstrapCardViewSettings.ShowFilterBar
BootstrapGridViewSettings.ShowFilterBar

Remarks

The values listed by this enumeration are used to set the ASPxGridSettings.ShowStatusBar and ASPxGridSettings.ShowFilterBar properties.

See Also