Skip to main content
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.v23.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:

See Also