TreeListNodeBase.Id Property
In This Article
Uniquely identifies the current tree node.
Namespace: DevExpress.Data.TreeList
Assembly: DevExpress.Data.v24.2.dll
NuGet Package: DevExpress.Data
#Declaration
#Property Value
Type | Description |
---|---|
Int32 | The current node’s unique identifier. |
#Remarks
When the TreeListView is bound to a self-referential source, the Id property equals the record’s index within the bound source.
See Also