menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class BeforeBatchSaveArgs<T> - API Reference

    Show / Hide Table of Contents

    Class BeforeBatchSaveArgs<T>

    Provides information about an OnBatchSave event.

    Inheritance
    System.Object
    GridEventBaseArgs
    BeforeBatchSaveArgs<T>
    Inherited Members
    GridEventBaseArgs.PreventRender
    Namespace: Syncfusion.Blazor.Grids
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class BeforeBatchSaveArgs<T> : GridEventBaseArgs
    Type Parameters
    Name Description
    T

    TValue of the grid component.

    Constructors

    BeforeBatchSaveArgs()

    Declaration
    public BeforeBatchSaveArgs()

    Properties

    BatchChanges

    Gets the collection of BatchChanges<T> records when save action is performed in the grid.

    Declaration
    public BatchChanges<T> BatchChanges { get; set; }
    Property Value
    Type Description
    BatchChanges<T>

    The collection of Added, Deleted, and Changed records.

    Cancel

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

    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 batch save action will be cancelled.

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