Skip to main content
A newer version of this page is available. .

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.v19.2.dll

Declaration

public bool AllowSelectNode { get; set; }

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