InitNewRowEventArgs Class
In This Article
Provides data for the TableView.InitNewRow event.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v14.2.dll
#Declaration
#Remarks
When an end-user starts to edit the new item row, the TableView.InitNewRow event is raised, allowing you to initialize the required fields within the new record. The new row's handle is returned by the InitNewRowEventArgs.RowHandle property.
To learn more, see New Item Row.
#Inheritance
Object
EventArgs
RoutedEventArgs
InitNewRowEventArgs
See Also