Skip to main content
A newer version of this page is available. .
Tab

ASPxGridSettings.ShowStatusBar Property

Gets or sets whether the status bar is displayed.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

[DefaultValue(GridViewStatusBarMode.Auto)]
public GridViewStatusBarMode ShowStatusBar { get; set; }

Property Value

Type Default Description
GridViewStatusBarMode **Auto**

A GridViewStatusBarMode enumeration value that specifies whether the status bar is displayed in the grid.

Available values:

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.

Property Paths

You can access this nested property as listed below:

Show 16 property paths
Library Object Type Path to ShowStatusBar
ASP.NET Bootstrap Controls BootstrapCardView
.Settings.ShowStatusBar
BootstrapGridView
.Settings.ShowStatusBar
ASP.NET Web Forms Controls ASPxCardView
.Settings.ShowStatusBar
ASPxGridView
.Settings.ShowStatusBar
ASPxVerticalGrid
.Settings.ShowStatusBar
GridViewProperties
.Settings.ShowStatusBar
CardViewSettings
.Settings.ShowStatusBar
CardViewSettings<CardType>
.Settings.ShowStatusBar
GridViewSettings
.Settings.ShowStatusBar
GridViewSettings<RowType>
.Settings.ShowStatusBar
MVCxCardView
.Settings.ShowStatusBar
MVCxGridView
.Settings.ShowStatusBar
MVCxGridViewProperties
.Settings.ShowStatusBar
MVCxVerticalGrid
.Settings.ShowStatusBar
VerticalGridSettings
.Settings.ShowStatusBar
VerticalGridSettings<ColumnType>
.Settings.ShowStatusBar
See Also