TileViewOptionsView.ShowFilterPanelMode Property
This member supports the internal infrastructure, and is not intended to be used directly from your code.
Namespace: DevExpress.XtraGrid.Views.Tile
Assembly: DevExpress.XtraGrid.v25.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
[Browsable(false)]
[DefaultValue(ShowFilterPanelMode.Default)]
[EditorBrowsable(EditorBrowsableState.Never)]
[XtraSerializableProperty]
public ShowFilterPanelMode ShowFilterPanelMode { get; set; }
Property Value
| Type | Default |
|---|---|
| ShowFilterPanelMode | Default |
Available values:
| Name | Description |
|---|---|
| Default | The filter panel is shown when the filtering is applied to a View. Otherwise, the filter panel is hidden. |
| ShowAlways | The filter panel is always shown at the bottom of the View. |
| Never | The filter panel is hidden. |
Property Paths
You can access this nested property as listed below:
| Object Type | Path to ShowFilterPanelMode |
|---|---|
| TileView |
|
See Also