Table of Contents

Enum TableApplyButtonPosition

Namespace
MudBlazor
Assembly
MudBlazor.dll

Indicates the position of the commit button during inline edits to a MudTable<T>.

public enum TableApplyButtonPosition
Extension Methods

Fields

End = 1

The commit button is at the end of the row.

Start = 0

The commit button is at the start of the row.

StartAndEnd = 2

The commit button is at both the start and end of the row.