Skip to main content

TreeListNodeBase.Id Property

Uniquely identifies the current tree node.

Namespace: DevExpress.Data.TreeList

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public int Id { get; protected set; }

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