Enum AddNewRowOperation
Defines the constants that specify the possible operation in AddNewRow.
Namespace: Syncfusion.UI.Xaml.Grid
Assembly: Syncfusion.SfGrid.WPF.dll
Syntax
public enum AddNewRowOperation
Fields
| Name | Description |
|---|---|
| AddNew | The new item is initiated in AddNewRow. |
| CancelNew | The new item is canceled before committing. |
| CommitNew | The new item is committed into the underlying source collection. |
| PlacementChange | The AddNewRow position is changed at runtime. |