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

TreeListNodeBase.Id Property

Uniquely identifies the current tree node.

Namespace: DevExpress.Data.TreeList

Assembly: DevExpress.Data.v19.1.dll

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