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

TreeListSettingsSelection.AllowSelectAll Property

Gets or sets whether the Select All selection cell is displayed.

Namespace: DevExpress.Web.ASPxTreeList

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

Declaration

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

Property Value

Type Default Description
Boolean **false**

true to display Select All selection cell; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to AllowSelectAll
ASPxTreeList
.SettingsSelection.AllowSelectAll
MVCxTreeList
.SettingsSelection.AllowSelectAll
TreeListSettings
.SettingsSelection.AllowSelectAll
TreeListSettings<RowType>
.SettingsSelection.AllowSelectAll

Remarks

Set the AllowSelectAll property to true to enable end-users to select all nodes displayed within the ASPxTreeList.

AllowSelectAll

See Also