Skip to main content

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.v14.2.dll

#Declaration

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