Table of Contents

Enum ButtonType

Namespace
Radzen
Assembly
Radzen.Blazor.dll

Specifies the type of a RadzenButton. Renders as the type HTML attribute.

public enum ButtonType
Extension Methods

Fields

Button = 0

Generic button which does not submit its parent form.

Reset = 2

Clicking a reset button clears the value of all inputs in its parent form.

Submit = 1

Clicking a submit button submits its parent form.