Skip to main content

TreeListColumnDisplayTextEventArgs.NodeKey Property

Gets the processed node’s key value.

Namespace: DevExpress.Web.ASPxTreeList

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

NuGet Package: DevExpress.Web

Declaration

public object NodeKey { get; }

Property Value

Type Description
Object

A string value that identifies the node.

See Also