TreeListSettingsSelection.Enabled Property
Gets or sets whether end-users can select nodes.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v22.1.dll
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | false |
|
Property Paths
You can access this nested property as listed below:
Library | Object Type | Path to Enabled |
---|---|---|
ASP.NET MVC Extensions | MVCxTreeList |
|
TreeListSettings |
|
|
TreeListSettings<RowType> |
|
|
ASP.NET Web Forms Controls | 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