menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CellSaveArgs<T> - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class CellSaveArgs<T>

    Provides information about the OnCellSave event.

    Inheritance
    System.Object
    GridEventBaseArgs
    CellSavedArgs<T>
    CellSaveArgs<T>
    Inherited Members
    CellSavedArgs<T>.CellInfo
    CellSavedArgs<T>.Column
    CellSavedArgs<T>.ColumnName
    CellSavedArgs<T>.Data
    CellSavedArgs<T>.IsForeignKey
    CellSavedArgs<T>.PreviousValue
    CellSavedArgs<T>.RowData
    CellSavedArgs<T>.Value
    GridEventBaseArgs.PreventRender
    Namespace: Syncfusion.Blazor.Grids
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class CellSaveArgs<T> : CellSavedArgs<T>
    Type Parameters
    Name Description
    T

    TValue of the grid component.

    Constructors

    CellSaveArgs()

    Declaration
    public CellSaveArgs()

    Properties

    Cancel

    Gets or sets a value indicating whether to cancel the save action of the cell.

    Declaration
    public bool Cancel { get; set; }
    Property Value
    Type Description
    System.Boolean

    The default value is false. If the Cancel property is set to true, then the save action of the cell will be cancelled.

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