BootstrapTreeView.SelectedNode Property
Gets or sets the selected node within an Tree View control.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
Property Value
Type | Description |
---|---|
BootstrapTreeViewNode | A BootstrapTreeViewNode object representing the selected node. |
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