Class
GridToolBarSelectAllTool

The Select All tool for the Grid toolbar. Renders a checkbox and label that allows selecting/deselecting all rows.

Definition

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

RenderFragment

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

GridSelectAllMode

Text

The text to display next to the checkbox.

Declaration

cs-api-definition
[Parameter]
public string Text { get; set; }

Property Value

string

Methods

BuildRenderTree(RenderTreeBuilder)

Declaration

cs-api-definition
protected override void BuildRenderTree(RenderTreeBuilder __builder)

Parameters

__builder

RenderTreeBuilder

Overrides ComponentBase.BuildRenderTree(RenderTreeBuilder)