Skip to main content

TreeListNode.AllowSelect Property

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

Namespace: DevExpress.Web.ASPxTreeList

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

NuGet Package: DevExpress.Web

Declaration

public virtual 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.

To learn more, see Selection.

See Also