PivotGridControl.PrefilterPanelText Property
In This Article
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
#Property Value
Type | Description |
---|---|
String | A String value that specifies the filter expression displayed within the prefilter panel. |
#Remarks
To display a custom text within the prefilter panel, handle the PivotGridControl.CustomPrefilterDisplayText event.
See Also