Enum CurrentRecordAction
Defines the constants that specifies how the current record context changes.
Namespace: Syncfusion.Grouping
Assembly: Syncfusion.Grouping.Base.dll
Syntax
public enum CurrentRecordAction
Remarks
This enumerator is used by the Action property of the CurrentRecordContextChangeEventArgs class.
Fields
Name | Description |
---|---|
BeginEditCalled | BeginEdit() was called. You can cancel this operation by setting the Cancel property. |
BeginEditComplete | BeginEdit() is complete and returns. |
CancelEditCalled | CancelEdit() was called. You can cancel this operation by setting the Cancel property. |
CancelEditComplete | CancelEdit() is complete and returns. |
CurrentFieldChanged | CurrentField was moved. |
EndEditCalled | EndEdit() was called. You can cancel this operation by setting the Cancel property. |
EndEditComplete | EndEdit() is complete and returns. |
EnterRecordCalled | EnterRecord(Element) was called. You can cancel this operation by setting the Cancel property. |
EnterRecordComplete | EnterRecord(Element) is complete and returns. |
LeaveRecordCalled | LeaveRecord(Boolean) was called. You can cancel this operation by setting the Cancel property. |
LeaveRecordComplete | LeaveRecord(Boolean) is complete and returns. |
NavigateCalled | Navigate(Int32) was called. You can cancel this operation by setting the Cancel property. |
NavigateComplete | Navigate(Int32) is complete and returns. |