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

CustomPrefilterDisplayTextEventArgs Class

Provides data for the PivotGridControl.CustomPrefilterDisplayText event.

Namespace: DevExpress.Xpf.PivotGrid

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

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

Declaration

public class CustomPrefilterDisplayTextEventArgs :
    RoutedEventArgs

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