Enum
ButtonType

Controls the type attribute of the rendered button.

Definition

Namespace:Telerik.Blazor

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public enum ButtonType

Fields

Button

Renders a type="button" attribute. Does not invoke form validation and submission.

Declaration

cs-api-definition
Button = 1

Field Value

ButtonType

Reset

Renders a type="reset" attribute. Can reset the current form.

Declaration

cs-api-definition
Reset = 2

Field Value

ButtonType

Submit

Renders a type="submit" attribute. Can submit the form and trigger validation. The default value.

Declaration

cs-api-definition
Submit = 0

Field Value

ButtonType

In this article
DefinitionFieldsButtonResetSubmit
Not finding the help you need?
Contact Support