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.2.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. This allows you to specify custom text for the Prefilter Panel.

The PivotGridControl.PrefilterPanelText property returns the Prefilter Panel‘s text. To replace this text, handle the PivotGridControl.CustomPrefilterDisplayText event and specify the CustomPrefilterDisplayTextEventArgs.Value property.

Inheritance

Object
EventArgs
RoutedEventArgs
CustomPrefilterDisplayTextEventArgs
See Also