Skip to main content

CustomPrefilterDisplayTextEventArgs(Object) Constructor

Initializes a new instance of the CustomPrefilterDisplayTextEventArgs class.

Namespace: DevExpress.Xpf.PivotGrid

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

NuGet Package: 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