Skip to main content

BootstrapCardViewSettings.ShowFilterBar Property

This member is not in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v21.2.dll

NuGet Package: DevExpress.Web.Bootstrap

Declaration

[Browsable(false)]
public GridViewStatusBarMode ShowFilterBar { get; set; }

Property Value

Type
GridViewStatusBarMode

Available values:

Name Description
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.

Property Paths

You can access this nested property as listed below:

Object Type Path to ShowFilterBar
BootstrapCardView
.Settings .ShowFilterBar
See Also