Class HeaderContext<T>.HeaderActions
- Namespace
- MudBlazor
- Assembly
- MudBlazor.dll
Represents the behaviors allowed for a MudDataGrid<T> header.
public class HeaderContext<T>.HeaderActions
- Inheritance
-
HeaderContext<T>.HeaderActions
- Inherited Members
- Extension Methods
Constructors
HeaderActions()
public HeaderActions()
Properties
SetSelectAllAsync
The function which selects all items.
public required Func<bool?, Task> SetSelectAllAsync { get; init; }