CustomPrefilterDisplayTextEventArgs Class
In This Article
Provides data for the PivotGridControl.CustomPrefilterDisplayText event.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v14.2.dll
#Declaration
#Remarks
The PivotGridControl.CustomPrefilterDisplayText event is raised each time the Prefilter Panel is repainted, allowing you to specify a custom text to be displayed within the Prefilter Panel.
The text displayed within the Prefilter Panel is returned by the PivotGridControl.PrefilterPanelText property. To replace the text displayed within the Prefilter Panel, handle the PivotGridControl.CustomPrefilterDisplayText event, and assign the custom text to the event parameter's CustomPrefilterDisplayTextEventArgs.Value property.
#Inheritance
Object
EventArgs
RoutedEventArgs
CustomPrefilterDisplayTextEventArgs
See Also