Skip to main content
A newer version of this page is available.

CustomPrefilterDisplayTextEventArgs.Value Property

Gets or sets the text that should be displayed in the Prefilter Panel.

Namespace: DevExpress.Xpf.PivotGrid

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.PivotGrid, DevExpress.Wpf.PivotGrid

Declaration

public object Value { get; set; }

Property Value

Type Description
Object

The text that should be displayed in the Prefilter Panel.

Remarks

The Prefilter Panel displays the Prefilter expression. When you handle the PivotGridControl.CustomPrefilterDisplayText event, the PivotGridControl replaces default text with the Value property (a string returned by the ToString method of the Value property value).

The Value property initially contains a CriteriaOperator instance that represents the Prefilter Expression. Use the Value property to specify custom text for the Prefilter Panel.

See Also