ASPxGridSettings.ShowFilterBar Property
Gets or sets a value which specifies when the filter bar is displayed.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
[DefaultValue(GridViewStatusBarMode.Hidden)]
public GridViewStatusBarMode ShowFilterBar { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Grid |
Hidden | A Grid |
Available values:
Name | Description |
---|---|
Auto | For the status bar: an element is visible if the |
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.