DxGridModel.FilterPanelDisplayMode Property
Namespace: DevExpress.ExpressApp.Blazor.Editors.Models
Assembly: DevExpress.ExpressApp.Blazor.v25.2.dll
Declaration
Property Value
| Type |
|---|
| GridFilterPanelDisplayMode |
Available values:
| Name | Description |
|---|---|
| Never | The filter panel is hidden. |
| Always | The filter panel is always visible. |
| Auto | The filter panel appears when data is filtered (otherwise, the panel is hidden). |
See Also