ContextItem.Tag Property
Gets or sets custom data associated with the current item.
Namespace: DevExpress.Utils
Assembly: DevExpress.Utils.v26.1.dll
Declaration
Property Value
| Type | Default | Description |
|---|---|---|
| Object | null | Custom data associated with the current item. |
Remarks
Use the Tag property to associate custom data with ContextItem objects.
See Also