Skip to main content

GridViewStatusBarMode Enum

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

public enum GridViewStatusBarMode

Members

Name Description
Auto
  • A status bar is displayed if the SettingsLoadingPanel.Mode property is set to ShowOnStatusBar.
  • A filter bar is displayed if the grid’s data has been filtered.
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.NET Core are in maintenance mode. We don’t add new controls or develop new functionality for this product line. Our recommendation is to use the ASP.NET Core Controls suite.

See Also