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

IThreadSafeField.Name Property

Gets or sets the field’s name.

Namespace: DevExpress.XtraPivotGrid

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

Declaration

string Name { get; }

Property Value

Type Description
String

A String that specifies the field’s name.

Remarks

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

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

See Also