GridViewStatusBarMode Enum
In This Article
Lists values that specify the visibility of the status bar and filter bar elements in the GridView and CardView controls.
Namespace: DevExpress.AspNetCore
Assembly: DevExpress.AspNetCore.Bootstrap.v18.2.dll
#Declaration
#Members
Name | Description |
---|---|
Auto |
|
Hidden | An element isn’t shown within the grid. |
Visible | An element is always displayed at the bottom of the grid. |
#Remarks
IMPORTANT
Bootstrap Controls for ASP.
See Also