BootstrapTreeView.SelectedNode Property
In This Article
Gets or sets the selected node within an Tree View control.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.2.dll
NuGet Package: DevExpress.Web.Bootstrap
#Declaration
[Browsable(false)]
public BootstrapTreeViewNode SelectedNode { get; set; }
#Property Value
Type | Description |
---|---|
Bootstrap |
A Bootstrap |
#Remarks
The BootstrapTreeView allows end-users to select a node by clicking on it. This feature is enabled if the ASPxTreeView.AllowSelectNode property is set to true. Currently, the selected node can be obtained by using the SelectedNode property.
See Also