A newer version of this page is available.
Switch to the current version.
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.v19.1.Core.dll
Declaration
public ShowFilterPanelMode ShowFilterPanelMode { get; set; }
Public Property ShowFilterPanelMode As ShowFilterPanelMode
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 Regular and Checked Drop-down Filters.
See Also
Feedback