menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CommandButtonType - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class CommandButtonType

    Defines the Command Buttons type.

    • NoneDefault. A command button with no default action. Use this for custom command actions.
    • EditA edit command button that edit current record.
    • DeleteA delete command button that delete current record.
    • SaveA save command button that saves the current edited record.
    • CancelA cancel command button that cancels the edit state.
    Inheritance
    System.Object
    CommandButtonType
    Namespace: Syncfusion.Blazor.Grids
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public sealed class CommandButtonType : Enum

    Fields

    Cancel

    A cancel command button that cancels the edit state.

    Declaration
    public const CommandButtonType Cancel
    Field Value
    Type
    CommandButtonType

    Delete

    A delete command button that delete current record.

    Declaration
    public const CommandButtonType Delete
    Field Value
    Type
    CommandButtonType

    Edit

    A edit command button that edit current record.

    Declaration
    public const CommandButtonType Edit
    Field Value
    Type
    CommandButtonType

    None

    Default. A command button with no default action. Use this for custom command actions.

    Declaration
    public const CommandButtonType None
    Field Value
    Type
    CommandButtonType

    Save

    A save command button that saves the current edited record.

    Declaration
    public const CommandButtonType Save
    Field Value
    Type
    CommandButtonType
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved