TreeViewSettings.AllowSelectNode Property
Gets or sets a value specifying whether the node selection feature is available to end-users.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Property Value
Type | Description |
---|---|
Boolean | true if nodes can be selected; otherwise false. |
Remarks
If the AllowSelectNode property is enabled, end-users can select a node by clicking on it. Note that only one node at a time can be selected within TreeView.
See Also