TreeListSettingsSelection.Enabled Property
Gets or sets whether end-users can select nodes.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v24.2.dll
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | false |
|
Property Paths
You can access this nested property as listed below:
Object Type | Path to Enabled |
---|---|
ASPxTreeList |
|
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
.
To learn more, see Selection.
See Also