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

PivotGridControl.PrefilterPanelText Property

Gets the filter expression displayed within the prefilter panel. This is a dependency property.

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v19.2.dll

Declaration

[Browsable(false)]
public string PrefilterPanelText { get; }

Property Value

Type Description
String

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

Remarks

pivotgrid_prefilterpanel

To display a custom text within the prefilter panel, handle the PivotGridControl.CustomPrefilterDisplayText event.

See Also