Skip to main content

TreeListCommandColumnButtonEventArgs.NodeKey Property

Gets the key of a node which contains the processed command button.

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 that identifies the node.

See Also