Skip to main content

TreeListHtmlDataCellEventArgs.NodeKey Property

Gets the key value of a node which contains the processed cell.

Namespace: DevExpress.Web.ASPxTreeList

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

NuGet Package: DevExpress.Web

#Declaration

public string NodeKey { get; }

#Property Value

Type Description
String

A String value that identifies the node.

See Also