Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class BeforeBatchCancelArgs<T>

    Show / Hide Table of Contents

    Class BeforeBatchCancelArgs<T>

    Defines the event argument of batch cancel action.

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

    Constructors

    BeforeBatchCancelArgs()

    Declaration
    public BeforeBatchCancelArgs()

    Properties

    BatchChanges

    Defines the changed record object.

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

    Cancel

    Defines the cancel button status.

    Declaration
    public bool Cancel { get; set; }
    Property Value
    Type Description
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved