ASPxDataInsertingEventArgs Properties
Provides data for the ASPxGridView.RowInserting event.| Name | Description |
|---|---|
| Cancel | Gets or sets a value indicating whether the event should be canceled. Inherited from CancelEventArgs. |
| NewValues | Gets a dictionary that contains the new field name/value pairs for the row to be inserted. |
See Also