Table of Contents

Class FooterContext<T>

Namespace
MudBlazor
Assembly
MudBlazor.dll

Represents the current state of a footer in a MudDataGrid<T>.

public class FooterContext<T>

Type Parameters

T

The kind of item being managed.

Inheritance
FooterContext<T>
Inherited Members
Extension Methods

Constructors

FooterContext(MudDataGrid<T>)

Creates a new instance.

public FooterContext(MudDataGrid<T> dataGrid)

Parameters

dataGrid MudDataGrid<T>

The MudDataGrid<T> containing this footer.

Properties

Actions

The behaviors which can be performed on this footer.

public FooterContext<T>.FooterActions Actions { get; }

Property Value

FooterContext<T>.FooterActions

IsAllSelected

Indicates whether all values are currently selected.

public bool? IsAllSelected { get; }

Property Value

bool?

Items

The items which apply to the footer.

public IEnumerable<T> Items { get; }

Property Value

IEnumerable<T>