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

CustomPrefilterDisplayTextEventArgs(Object) Constructor

Initializes a new instance of the CustomPrefilterDisplayTextEventArgs class.

Namespace: DevExpress.Xpf.PivotGrid

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

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

Declaration

public CustomPrefilterDisplayTextEventArgs(
    object value
)

Parameters

Name Type Description
value Object

A string that specifies the text that should be displayed in the Prefilter Panel

Remarks

Instances of the CustomPrefilterDisplayTextEventArgs class are automatically created, initialized, and passed to the PivotGridControl.CustomPrefilterDisplayText event handlers. You do not need to call this constructor directly from your code.

See Also