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

ASPxTreeListEditorEventArgs.KeyValue Property

Gets the node key value - an object that uniquely identifies the node.

Namespace: DevExpress.Web.ASPxTreeList

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

Declaration

public object KeyValue { get; }

Property Value

Type Description
Object

An object that uniquely identifies the node.

See Also