Class RowCreatingEventArgs<T>
Provides information about the RowCreating event.
Inheritance
System.Object
RowCreatingEventArgs<T>
Inherited Members
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 |