TreeListNodeBase.Id Property
Uniquely identifies the current tree node.
Namespace: DevExpress.Data.TreeList
Assembly: DevExpress.Data.v23.1.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