DataViewBase.ShowFilterPanelMode Property
In This Article
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
#Property Value
Type | Description |
---|---|
Show |
A Show |
#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