Skip to main content
A newer version of this page is available. .
Tab

TreeViewVirtualModeCreateChildrenEventArgs.NodeName Property

Gets or sets the processed node’s name.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public string NodeName { get; set; }

Property Value

Type Description
String

A string value that specifies the node’s unique identifier name.

See Also