ClassGridToolBarSelectAllTool
Class
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:
cs-api-definition
public class GridToolBarSelectAllTool : TableToolBarItem, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseTableToolBarItemGridToolBarSelectAllTool
Implements:
Inherited Members
Constructors
GridToolBarSelectAllTool()
Declaration
cs-api-definition
public GridToolBarSelectAllTool()
Properties
ChildContent
Additional child content to render within the tool.
Declaration
cs-api-definition
[Parameter]
public RenderFragment ChildContent { get; set; }
Property Value
SelectAllMode
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.
Declaration
cs-api-definition
[Parameter]
public GridSelectAllMode SelectAllMode { get; set; }
Property Value
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
cs-api-definition
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
__builder
Overrides