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.v20.2.dll

NuGet Package: DevExpress.Web

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:

Library Object Type Path to AllowSelectAll
ASP.NET Controls and MVC Extensions ASPxTreeList
.SettingsSelection .AllowSelectAll
ASP.NET MVC Extensions 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