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

PivotGridControl.FilterPanelText Property

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

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v20.1.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.PivotGrid, DevExpress.Wpf.PivotGrid

Declaration

public string FilterPanelText { get; }

Property Value

Type Description
String

A String value that specifies the filter expression displayed within the filter panel.

Remarks

To display a custom text within the filter panel, handle the PivotGridControl.CustomFilterPanelDisplayText event.

See Also