Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Grid Namespace / InitializingNewDataRowEventArgs Class
Properties


In This Topic
    InitializingNewDataRowEventArgs Class Members
    In This Topic

    The following tables list the members exposed by InitializingNewDataRowEventArgs.

    Public Constructors
     NameDescription
    Public ConstructorProvides information regarding the DataRow being initialized.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets a reference to a DataRow object representing the data row which was created using the Xceed.Grid.Collections.DataRowList.AddNew method.  
    Top
    See Also