Table of Contents

Class FooterContext<T>.FooterActions

Namespace
MudBlazor
Assembly
MudBlazor.dll

Represents the actions which can be performed on the footer of MudDataGrid<T> columns.

public class FooterContext<T>.FooterActions
Inheritance
FooterContext<T>.FooterActions
Inherited Members
Extension Methods

Constructors

FooterActions()

public FooterActions()

Properties

SetSelectAllAsync

The function which selects all values.

public required Func<bool?, Task> SetSelectAllAsync { get; init; }

Property Value

Func<bool?, Task>