Skip to main content

ASPxTreeListEditorEventArgs.KeyValue Property

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

Namespace: DevExpress.Web.ASPxTreeList

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

Declaration

public object KeyValue { get; }

Property Value

Type Description
Object

An object that uniquely identifies the node.

See Also