menu

Blazor

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

    Show / Hide Table of Contents

    Class RowEditingEventArgs<T>

    Provides information about the RowEditing event.

    Inheritance
    System.Object
    GridEventBaseArgs
    RowEditedEventArgs<T>
    RowEditingEventArgs<T>
    Inherited Members
    GridEventBaseArgs.PreventRender
    RowEditedEventArgs<T>.Data
    RowEditedEventArgs<T>.EditContext
    RowEditedEventArgs<T>.ForeignKeyData
    RowEditedEventArgs<T>.Index
    RowEditedEventArgs<T>.PrimaryKeys
    RowEditedEventArgs<T>.PrimaryKeyValue
    Namespace: Syncfusion.Blazor.Grids
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class RowEditingEventArgs<T> : RowEditedEventArgs<T>
    Type Parameters
    Name
    T

    Constructors

    RowEditingEventArgs()

    Declaration
    public RowEditingEventArgs()

    Properties

    Cancel

    Gets or sets a value indicating whether to cancel the edit 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 edit action will be canceled.

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