Back to Devexpress

GridViewStatusBarMode Enum

aspnet-devexpress-dot-web-ea416259.md

latest1.7 KB
Original Source

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

NuGet Package : DevExpress.Web

Declaration

csharp
public enum GridViewStatusBarMode
vb
Public Enum GridViewStatusBarMode

Members

NameDescription
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

Grid View

DevExpress.Web Namespace