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

TreeListSettingsSelection.Enabled Property

Gets or sets whether end-users can select nodes.

Namespace: DevExpress.Web.ASPxTreeList

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

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
MVCxTreeList
TreeListSettings
TreeListSettings<RowType>

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