Skip to main content
All docs
V24.1

TreeListSelectAllCheckboxMode Enum

Lists values that specify whether the Select All checkbox selects all rows on the current page or on all TreeList pages.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v24.1.dll

NuGet Package: DevExpress.Blazor

Declaration

public enum TreeListSelectAllCheckboxMode

Members

Name Description
Page

The Select All checkbox selects and deselects all rows on the current TreeList page. This mode changes to Mixed when the TreeList is bound to a large data source and vertical virtual scrolling mode is activated.

AllPages

The Select All checkbox selects and deselects all rows on all TreeList pages. This mode changes to Mixed when the TreeList is bound to a large data source.

Mixed

The Select All checkbox selects and deselects all rows on the current TreeList page. An additional drop-down button displays a context menu that allows users to select and deselect all rows on all TreeList pages.

Related API Members

The following properties accept/return TreeListSelectAllCheckboxMode values:

See Also