Skip to main content

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.v14.2.dll

#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