Skip to main content

TreeListNode.Key Property

Gets a value that uniquely identifies the node.

Namespace: DevExpress.Web.ASPxTreeList

Assembly: DevExpress.Web.ASPxTreeList.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public string Key { get; }

#Property Value

Type Description
String

A String value that uniquely identifies the node.

See Also