Skip to main content
A newer version of this page is available. .

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.v19.2.dll

Declaration

[Browsable(false)]
[DefaultValue(ShowFilterPanelMode.Default)]
[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
.OptionsView.ShowFilterPanelMode
See Also