Skip to main content

MVCxTreeListNode.AllowSelect Property

Gets or sets whether end-users can select the current node.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public bool AllowSelect { get; set; }

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