Skip to main content
All docs
V26.1
  • ITreeList.SelectAllOnPage(Boolean) Method

    Selects or deselects all rows on the current visible page.

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.Grid.v26.1.dll

    Declaration

    void SelectAllOnPage(
        bool selected = true
    )

    Optional Parameters

    Name Type Default Description
    selected Boolean True

    true to select rows; false to deselect rows.

    Remarks

    Refer to the SelectAllOnPage(Boolean) method description for additional information and an example.

    See Also