menu

Blazor

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

    Show / Hide Table of Contents

    Class RowCreatingEventArgs<T>

    Provides information about the RowCreating event.

    Inheritance
    System.Object
    GridEventBaseArgs
    RowCreatedEventArgs<T>
    RowCreatingEventArgs<T>
    GanttRowCreatingEventArgs<T>
    Inherited Members
    GridEventBaseArgs.PreventRender
    RowCreatedEventArgs<T>.Data
    RowCreatedEventArgs<T>.EditContext
    RowCreatedEventArgs<T>.Index
    Namespace: Syncfusion.Blazor.Grids
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class RowCreatingEventArgs<T> : RowCreatedEventArgs<T>
    Type Parameters
    Name Description
    T

    TValue of the grid component.

    Constructors

    RowCreatingEventArgs()

    Declaration
    public RowCreatingEventArgs()

    Properties

    Cancel

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

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