The Select All tool for the Grid toolbar. Renders a checkbox and label that allows selecting/deselecting all rows.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
C#
public class GridToolBarSelectAllTool : TableToolBarItem, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseTableToolBarItemGridToolBarSelectAllTool
Implements:
Inherited Members
Constructors
C#
public GridToolBarSelectAllTool()
Methods
C#
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Overrides:
Properties
Additional child content to render within the tool.
C#
[Parameter]
public RenderFragment ChildContent { get; set; }
Controls the scope of the select all operation when the checkbox is clicked. Use Current to select only visible items on the current page or filtered dataset, or All to select all items in the entire data source. Default is Current.
C#
[Parameter]
public GridSelectAllMode SelectAllMode { get; set; }