Skip to main content
A newer version of this page is available. .

CreateCustomNodeEventArgs.Tag Property

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

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v18.2.dll

Declaration

public object Tag { get; }

Property Value

Type Description
Object

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

See Also