Class ButtonType
Controls the type attribute of the rendered button.
Inheritance
System.Object
ButtonType
Namespace: Telerik.Blazor
Assembly: Telerik.Blazor.dll
Syntax
public sealed class ButtonType : Enum
Fields
Button
Renders a type="button" attribute. Does not invoke form validation and submission.
Declaration
public const ButtonType Button
Field Value
ButtonType
|
Reset
Renders a type="reset" attribute. Can reset the current form.
Declaration
public const ButtonType Reset
Field Value
ButtonType
|
Submit
Renders a type="submit" attribute. Can submit the form and trigger validation. The default value.
Declaration
public const ButtonType Submit
Field Value
ButtonType
|
value__
Declaration
public int value__
Field Value
System.Int32
|