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