Skip to main content

TreeListHtmlRowEventArgs.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 string NodeKey { get; }

Property Value

Type Description
String

A String value that identifies the node.

Remarks

If the processed row is a preview, footer or group footer row, the NodeKey property returns the key value of a node which owns the processed row.

See Also