Skip to main content

TreeListNodeEditingEventArgs.NodeKey Property

Gets the edited node’s key value.

Namespace: DevExpress.Web.ASPxTreeList

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

NuGet Package: DevExpress.Web

Declaration

public string NodeKey { get; }

Property Value

Type Description
String

A String value that identifies the processed node.

See Also