alexa
menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class CurrentRecordAction

    Defines the constants that specifies how the current record context changes.

    Inheritance
    System.Object
    CurrentRecordAction
    Namespace: Syncfusion.Grouping
    Assembly: Syncfusion.Grouping.Base.dll
    Syntax
    public sealed class CurrentRecordAction : Enum
    Remarks

    This enumerator is used by the Action property of the CurrentRecordContextChangeEventArgs class.

    Fields

    BeginEditCalled

    BeginEdit() was called. You can cancel this operation by setting the Cancel property.

    Declaration
    public const CurrentRecordAction BeginEditCalled
    Field Value
    Type
    CurrentRecordAction

    BeginEditComplete

    BeginEdit() is complete and returns.

    Declaration
    public const CurrentRecordAction BeginEditComplete
    Field Value
    Type
    CurrentRecordAction

    CancelEditCalled

    CancelEdit() was called. You can cancel this operation by setting the Cancel property.

    Declaration
    public const CurrentRecordAction CancelEditCalled
    Field Value
    Type
    CurrentRecordAction

    CancelEditComplete

    CancelEdit() is complete and returns.

    Declaration
    public const CurrentRecordAction CancelEditComplete
    Field Value
    Type
    CurrentRecordAction

    CurrentFieldChanged

    CurrentField was moved.

    Declaration
    public const CurrentRecordAction CurrentFieldChanged
    Field Value
    Type
    CurrentRecordAction

    EndEditCalled

    EndEdit() was called. You can cancel this operation by setting the Cancel property.

    Declaration
    public const CurrentRecordAction EndEditCalled
    Field Value
    Type
    CurrentRecordAction

    EndEditComplete

    EndEdit() is complete and returns.

    Declaration
    public const CurrentRecordAction EndEditComplete
    Field Value
    Type
    CurrentRecordAction

    EnterRecordCalled

    EnterRecord(Element) was called. You can cancel this operation by setting the Cancel property.

    Declaration
    public const CurrentRecordAction EnterRecordCalled
    Field Value
    Type
    CurrentRecordAction

    EnterRecordComplete

    EnterRecord(Element) is complete and returns.

    Declaration
    public const CurrentRecordAction EnterRecordComplete
    Field Value
    Type
    CurrentRecordAction

    LeaveRecordCalled

    LeaveRecord(Boolean) was called. You can cancel this operation by setting the Cancel property.

    Declaration
    public const CurrentRecordAction LeaveRecordCalled
    Field Value
    Type
    CurrentRecordAction

    LeaveRecordComplete

    LeaveRecord(Boolean) is complete and returns.

    Declaration
    public const CurrentRecordAction LeaveRecordComplete
    Field Value
    Type
    CurrentRecordAction

    NavigateCalled

    Navigate(Int32) was called. You can cancel this operation by setting the Cancel property.

    Declaration
    public const CurrentRecordAction NavigateCalled
    Field Value
    Type
    CurrentRecordAction

    NavigateComplete

    Navigate(Int32) is complete and returns.

    Declaration
    public const CurrentRecordAction NavigateComplete
    Field Value
    Type
    CurrentRecordAction
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved