Skip to main content

InitNewRowEventArgs Class

Provides data for the TableView.InitNewRow event.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v14.2.dll

#Declaration

public class InitNewRowEventArgs :
    RoutedEventArgs

#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

See Also