Skip to main content

DataViewBase.ShowFilterPanelMode Property

Gets or sets when the Filter Panel is displayed within a View. This is a dependency property.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v14.2.Core.dll

#Declaration

[XtraSerializableProperty]
public ShowFilterPanelMode ShowFilterPanelMode { get; set; }

#Property Value

Type Description
ShowFilterPanelMode

A ShowFilterPanelMode enumeration value that specifies when a View displays the Filter Panel.

#Remarks

By default, the Filter Panel is automatically shown at the bottom of the View after a filter has been applied. Removing the filter hides this panel. The filter panel displays a string which specifies the current filter criteria, and contains buttons to disable/enable and clear the filter. To make this panel always visible or always hidden, use the ShowFilterPanelMode property.

To learn more, see Filtering Overview.

See Also