menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DataGridAddNewRowInitiatingEventArgs - MAUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class DataGridAddNewRowInitiatingEventArgs

    Provides data for the event that is raised before an AddNewRow is initiated in the data grid.

    Inheritance
    System.Object
    DataGridAddNewRowInitiatingEventArgs
    Namespace: Syncfusion.Maui.DataGrid
    Assembly: Syncfusion.Maui.DataGrid.dll
    Syntax
    public class DataGridAddNewRowInitiatingEventArgs : EventArgs

    Constructors

    DataGridAddNewRowInitiatingEventArgs()

    Initializes a new instance of the class.

    Declaration
    public DataGridAddNewRowInitiatingEventArgs()

    Properties

    Object

    Gets or sets the new data object initialized for AddNewRow.

    Declaration
    public object Object { get; set; }
    Property Value
    Type Description
    System.Object

    An object that will be added.

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