Enum TableEditButtonPosition
- Namespace
- MudBlazor
- Assembly
- MudBlazor.dll
Indicates the position of the edit button which starts inline edits for a MudTable<T>.
public enum TableEditButtonPosition
- Extension Methods
Fields
End = 1
The edit button is at the end of the row.
Start = 0
The edit button is at the start of the row.
StartAndEnd = 2
The edit button is both at the start and end of the row.