CustomPrefilterDisplayTextEventArgs(Object) Constructor
In This Article
Initializes a new instance of the CustomPrefilterDisplayTextEventArgs class.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v14.2.dll
#Declaration
#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