IThreadSafeField.Tag Property
In This Article
Gets the data associated with the field.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v24.2.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
#Declaration
#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