Skip to main content

CreateCustomNodeEventArgs.Tag Property

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

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v23.2.dll

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

Declaration

public object Tag { get; }

Property Value

Type Description
Object

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

See Also