Skip to main content

CustomPrefilterDisplayTextEventArgs(Object) Constructor

Initializes a new instance of the CustomPrefilterDisplayTextEventArgs class.

Namespace: DevExpress.Xpf.PivotGrid

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

Declaration

public CustomPrefilterDisplayTextEventArgs(
    object value
)
Public Sub New(
    value As Object
)

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