menu

Blazor

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

    Show / Hide Table of Contents

    Class RowDeletingEventArgs<T>

    Provides information about the RowDeleting event.

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

    TValue of the grid component.

    Constructors

    RowDeletingEventArgs()

    Declaration
    public RowDeletingEventArgs()

    Properties

    Cancel

    Gets or sets a value indicating whether to cancel the delete action in the grid.

    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 delete action will be canceled.

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