MVCxTreeListNode.AllowSelect Property
Gets or sets whether end-users can select the current node.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Property Value
Type | Description |
---|---|
Boolean | true to allow end-users to select the current node; otherwise, false. |
Remarks
The AllowSelect property allows you to prevent end-users from selecting individual nodes. If this property is set to false, the selection cell isn’t displayed within the node.
To enable node selection, set the TreeListSettingsSelection.Enabled property to true.
See Also