Class GridViewAddingNewEventArgs
Provides data for the AddingNewDataItem event.
Inheritance
System.Object
GridViewAddingNewEventArgs
Namespace: Telerik.Windows.Controls.GridView
Assembly: Telerik.Windows.Controls.GridView.dll
Syntax
public class GridViewAddingNewEventArgs : CancelEventArgs
Constructors
GridViewAddingNewEventArgs(GridViewDataControl)
Initializes a new instance of the GridViewAddingNewEventArgs class.
Declaration
public GridViewAddingNewEventArgs(GridViewDataControl gridViewItemsControl)
Parameters
GridViewDataControl
gridViewItemsControl
The grid view items control. |
Properties
NewObject
Gets or sets the object to be added to the binding list.
Declaration
public object NewObject { get; set; }
Property Value
System.Object
|
OwnerGridViewItemsControl
Gets the owning GridViewDataControl.
Declaration
public GridViewDataControl OwnerGridViewItemsControl { get; }
Property Value
GridViewDataControl
The owning GridViewDataControl. |