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

DataViewBase.FilterPanelText Property

Gets the text displayed within the Filter Panel. This is a dependency property.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v19.1.Core.dll

Declaration

public string FilterPanelText { get; }

Property Value

Type Description
String

A String value that specifies the text displayed within 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 represents 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 DataViewBase.ShowFilterPanelMode property.

FIlteringOverview

To provide your own filter description displayed within the Filter Panel, handle the DataViewBase.CustomFilterDisplayText event.

See Also