alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Enum ButtonType

    Specifies the type attribute for a button in the SfDialog, defining its default behavior.

    Namespace: Syncfusion.Blazor.Popups
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public enum ButtonType
    Remarks

    This enumeration corresponds to the standard HTML button type attribute and is particularly useful when the dialog contains a form.

    Fields

    Name Description
    Button

    The button is a standard clickable button with no default behavior. This is the default value.

    Reset

    The button resets all form controls to their initial values.

    Submit

    The button submits the form data to the server.

    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved