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 | Description |
---|---|
AddNewRowOperation |
CancelNew
The new item is canceled before committing.
Declaration
public const AddNewRowOperation CancelNew
Field Value
Type | Description |
---|---|
AddNewRowOperation |
CommitNew
The new item is committed into the underlying source collection.
Declaration
public const AddNewRowOperation CommitNew
Field Value
Type | Description |
---|---|
AddNewRowOperation |
PlacementChange
The AddNewRow position is changed at runtime.
Declaration
public const AddNewRowOperation PlacementChange
Field Value
Type | Description |
---|---|
AddNewRowOperation |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |