Enum ButtonType
Specifies the type of a RadzenButton. Renders as the type
HTML attribute.
Namespace: Radzen
Assembly: Radzen.Blazor.dll
Syntax
public enum ButtonType : int
Fields
Name | Description |
---|---|
Button | Generic button which does not submit its parent form. |
Reset | Clicking a reset button clears the value of all inputs in its parent form. |
Submit | Clicking a submit button submits its parent form. |