ContextItem.Tag Property
In This Article
Gets or sets custom data associated with the current item.
Namespace: DevExpress.Utils
Assembly: DevExpress.Utils.v24.2.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
#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