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

IThreadSafeField.Tag Property

Gets the data associated with the field.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v18.2.Core.dll

Declaration

object Tag { get; }

Property Value

Type Description
Object

An object containing the information which is associated with the field.

Remarks

This property can be used to store any object that you want to associate with a field. To learn more, see PivotGridFieldBase.Tag.

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

See Also