Back to Devexpress

ASPxGridSettings.ShowFilterBar Property

aspnet-devexpress-dot-web-dot-aspxgridsettings-4a3e8e53.md

latest2.3 KB
Original Source

ASPxGridSettings.ShowFilterBar Property

Gets or sets a value which specifies when the filter bar is displayed.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(GridViewStatusBarMode.Hidden)]
public GridViewStatusBarMode ShowFilterBar { get; set; }
vb
<DefaultValue(GridViewStatusBarMode.Hidden)>
Public Property ShowFilterBar As GridViewStatusBarMode

Property Value

TypeDefaultDescription
GridViewStatusBarModeHidden

A GridViewStatusBarMode enumeration value that specifies when the filter bar is displayed.

|

Available values:

NameDescription
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.

|

Remarks

By default, the filter bar isn’t displayed. To automatically display the filter bar after the grid’s data has been filtered, set the ShowFilterBar property to Auto. To always display the filter bar , set the ShowFilterBar property to Visible.

See Also

Card View - Filter Control

Grid - Filter Control

Vertical Grid - Filter Control

ASPxGridSettings Class

ASPxGridSettings Members

DevExpress.Web Namespace