True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid Namespace / C1TrueDBGrid Class / DirectionAfterEnter Property

In This Topic
    DirectionAfterEnter Property (C1TrueDBGrid)
    In This Topic
    Gets or sets a value that determines the relative position of the next cell when the user presses the Enter key.
    Syntax
    'Declaration
     
    Public Property DirectionAfterEnter As DirectionAfterEnterEnum
    public DirectionAfterEnterEnum DirectionAfterEnter {get; set;}
    See Also