Skip to main content
Tab

TreeViewNodeTemplateContainer.Node Property

Gets a node for which the template’s content is being instantiated.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public TreeViewNode Node { get; }

Property Value

Type Description
TreeViewNode

A TreeViewNode object representing the node being rendered.

Remarks

Use the Node property to obtain the node for which the template’s content is currently being rendered. You can use properties of the returned TreeViewNode object to obtain certain values needed to bind the properties of the controls composing your template.

See Also