Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class EditMode - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class EditMode

    Defines the edit modes of Tree Grid. Cell - Enables cell editing.
    Row - Editing is done in an inline form. Edit form is rendered inline as one of the table rows.
    Dialog - Editing is done in a Dialog or Pop component.
    Batch - Multiple cells can be edited or added or deleted and saved.

    Inheritance
    System.Object
    EditMode
    Namespace: Syncfusion.Blazor.TreeGrid
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public sealed class EditMode : Enum

    Fields

    Batch

    Multiple cells can be edited or added or deleted and saved.

    Declaration
    public const EditMode Batch
    Field Value
    Type Description
    EditMode

    Cell

    Enables cell editing.

    Declaration
    public const EditMode Cell
    Field Value
    Type Description
    EditMode

    Dialog

    Editing is done in a Dialog or Pop component.

    Declaration
    public const EditMode Dialog
    Field Value
    Type Description
    EditMode

    Row

    Editing is done in an inline form. Edit form is rendered inline as one of the table rows.

    Declaration
    public const EditMode Row
    Field Value
    Type Description
    EditMode

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved