aspnet-devexpress-dot-web-ea416259.md
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.v25.2.dll
NuGet Package : DevExpress.Web
public enum GridViewStatusBarMode
Public Enum GridViewStatusBarMode
| 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.
|
The following properties accept/return GridViewStatusBarMode values:
See Also