Enum ButtonType
- Namespace
- MudBlazor
- Assembly
- MudBlazor.dll
Indicates the behavior performed when a button is clicked.
public enum ButtonType
- Extension Methods
Fields
Button = 0
A regular click occurs.
Reset = 2
The button resets a form.
Submit = 1
The button will submit a form.