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.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v19.1.Core.dll

Declaration

string PrefilterColumnName { get; }

Property Value

Type Description
String

A String, specifying the name by which the field is referred to in the Prefilter expression.

Remarks

The PrefilterColumnName property provides thread-safe access to the field’s PivotGridFieldBase.PrefilterColumnName property. To learn more, see PivotGridFieldBase.PrefilterColumnName.

Use the PrefilterColumnName property when handling events in asynchronous mode. For more information, see Asynchronous Mode.

See Also