Back to Devexpress

CreateCustomNodeEventArgs.Tag Property

windowsforms-devexpress-dot-xtratreelist-dot-createcustomnodeeventargs-38af43d6.md

latest1.2 KB
Original Source

CreateCustomNodeEventArgs.Tag Property

Gets the data associated with the Tree List node via the constructor.

Namespace : DevExpress.XtraTreeList

Assembly : DevExpress.XtraTreeList.v25.2.dll

NuGet Packages : DevExpress.Win.Navigation, DevExpress.Win.TreeList

Declaration

csharp
public object Tag { get; }
vb
Public ReadOnly Property Tag As Object

Property Value

TypeDescription
Object

An object containing custom information associated with the Tree List node.

|

See Also

CreateCustomNodeEventArgs Class

CreateCustomNodeEventArgs Members

DevExpress.XtraTreeList Namespace