Class AddNewRowOperation
Defines the constants that specify the possible operation in AddNewRow.
Inheritance
System.Object
AddNewRowOperation
Namespace: Syncfusion.UI.Xaml.DataGrid
Assembly: Syncfusion.Grid.WinUI.dll
Syntax
public sealed class AddNewRowOperation : Enum
Fields
AddNew
The new item is initiated in AddNewRow.
Declaration
public const AddNewRowOperation AddNew
Field Value
Type |
---|
AddNewRowOperation |
CancelNew
The new item is canceled before committing.
Declaration
public const AddNewRowOperation CancelNew
Field Value
Type |
---|
AddNewRowOperation |
CommitNew
The new item is committed into the underlying source collection.
Declaration
public const AddNewRowOperation CommitNew
Field Value
Type |
---|
AddNewRowOperation |
PlacementChange
The AddNewRow position is changed at runtime.
Declaration
public const AddNewRowOperation PlacementChange
Field Value
Type |
---|
AddNewRowOperation |