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.v21.2.dll

NuGet Package: DevExpress.Web

Declaration

public enum GridViewStatusBarMode

Members

Name Description
Auto

For the status bar: an element is visible if the SettingsLoadingPanel.Mode property is set to ShowOnStatusBar or the SettingsEditing.Mode property is set to Batch.
For the filter bar: an element is visible if the grid’s data is filtered.

Hidden

An element is hidden.

Visible

An element is visible.

Related API Members

The following properties accept/return GridViewStatusBarMode values:

Library Related API Members
ASP.NET Bootstrap Controls BootstrapCardViewSettings.ShowFilterBar
BootstrapGridViewSettings.ShowFilterBar
ASP.NET Web Forms Controls ASPxGridSettings.ShowFilterBar
ASPxGridSettings.ShowStatusBar
TreeListSettings.ShowFilterBar

See Also