Skip to main content

TreeListSettingsSelection.Enabled Property

Gets or sets whether end-users can select nodes.

Namespace: DevExpress.Web.ASPxTreeList

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

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(false)]
public bool Enabled { get; set; }

Property Value

Type Default Description
Boolean false

true to allow end-users to select nodes; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to Enabled
ASPxTreeList
.SettingsSelection .Enabled

Remarks

End-users can select nodes via the check boxes displayed within selection cells. To allow end-users to select all nodes displayed within the ASPxTreeList, set the TreeListSettingsSelection.AllowSelectAll property to true.

SettingsSelection_Enabled

To learn more, see Selection.

See Also