ASPxTreeView.NodeTemplate Property
Gets or sets a common template used for displaying the content of all nodes within an ASPxTreeView control.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
ITemplate | null | An object supporting the System. |
#Remarks
Use the NodeTemplate property to define a common content for all nodes within an ASPxTreeView control. The template created using this property replaces the content of each node within the ASPxTreeView - in particular, the node’s check box, image and specified text.
The content of an individual node can be defined using the node’s TreeViewNode.Template property.
Note
Once a template defined via the Node