CreateCustomNodeEventArgs.Tag Property
In This Article
Gets the data associated with the Tree List node via the constructor.
Namespace: DevExpress.XtraTreeList
Assembly: DevExpress.XtraTreeList.v24.2.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList
#Declaration
#Property Value
Type | Description |
---|---|
Object | An object containing custom information associated with the Tree List node. |
See Also