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.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Members
Name | Description |
---|---|
Auto
|
For the status bar: an element is visible if the |
Hidden
|
An element is hidden. |
Visible
|
An element is visible. |
Related API Members
The following properties accept/return GridViewStatusBarMode values:
See Also