ASPxGridSettings.ShowFilterBar Property
Gets or sets a value which specifies when the filter bar is displayed.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v20.2.dll
Declaration
[DefaultValue(GridViewStatusBarMode.Hidden)]
public GridViewStatusBarMode ShowFilterBar { get; set; }
Property Value
Type | Default | Description |
---|---|---|
GridViewStatusBarMode | Hidden |
A GridViewStatusBarMode enumeration value that specifies when the filter bar is displayed. |
Available values:
Name | Description |
---|---|
Auto |
|
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 19 property paths
Library | Object Type | Path to ShowFilterBar |
---|---|---|
ASP.NET Controls and MVC Extensions | ASPxCardView |
|
ASPxGridView |
|
|
ASPxVerticalGrid |
|
|
GridViewProperties |
|
|
ASP.NET Bootstrap Controls | BootstrapCardView |
|
BootstrapCardView |
|
|
BootstrapGridView |
|
|
BootstrapGridView |
|
|
ASP.NET MVC Extensions | CardViewSettings |
|
CardViewSettings<CardType> |
|
|
GridViewSettings |
|
|
GridViewSettings<RowType> |
|
|
MVCxCardView |
|
|
MVCxGridView |
|
|
MVCxGridViewProperties |
|
|
MVCxGridV |