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.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public object KeyValue { get; }

Property Value

Type Description
Object

An object that uniquely identifies the node.

See Also