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.v18.2.dll

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. Typically, there is no need to call this constructor directly from your code.

See Also