Skip to main content
Tab

TreeViewVirtualModeCreateChildrenEventArgs.NodeName Property

Gets or sets the processed node’s name.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public string NodeName { get; set; }

#Property Value

Type Description
String

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

See Also