Skip to main content

ContextItem.Tag Property

Gets or sets custom data associated with the current item.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v23.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

Declaration

[DefaultValue(null)]
[DXCategory("Data")]
public object Tag { get; set; }

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