CustomPrefilterDisplayTextEventArgs.Value Property
In This Article
Gets or sets the text that should be displayed within the Prefilter Panel.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Object | The text that should be displayed within the Prefilter Panel. |
#Remarks
The Prefilter Panel normally displays the Prefilter expression. If the PivotGridControl.CustomPrefilterDisplayText event is handled, the default text is replaced with a string specified by the Value property (a string returned by the ToString method of the Value property value is used).
The Value property initially contains a CriteriaOperator instance that represents the Prefilter Expression. Use the Value property to specify a custom text to be displayed within the Prefilter Panel.
See Also