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

IThreadSafeField.PrefilterColumnName Property

Gets the name by which the field is referred to in the Prefilter expression.

Namespace: DevExpress.Xpf.PivotGrid

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

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

Declaration

string PrefilterColumnName { get; }

Property Value

Type Description
String

A String that specifies the name by which the field is referred to in the Prefilter expression.

Remarks

This property returns the PivotGridField.PrefilterColumnName property value.

See Also