Back to Devexpress

ContextItem.Tag Property

windowsforms-devexpress-dot-utils-dot-contextitem-1f2ee8a3.md

latest1.2 KB
Original Source

ContextItem.Tag Property

Gets or sets custom data associated with the current item.

Namespace : DevExpress.Utils

Assembly : DevExpress.Utils.v25.2.dll

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

Declaration

csharp
[DefaultValue(null)]
[DXCategory("Data")]
public object Tag { get; set; }
vb
<DXCategory("Data")>
<DefaultValue(Nothing)>
Public Property Tag As Object

Property Value

TypeDefaultDescription
Objectnull

Custom data associated with the current item.

|

Remarks

Use the Tag property to associate custom data with ContextItem objects.

See Also

ContextItem Class

ContextItem Members

DevExpress.Utils Namespace