Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / GcDateTime Class / ExitOnLastChar Property


In This Topic
    ExitOnLastChar Property (GcDateTime)
    In This Topic
    Gets or sets whether or not the next control in the tab order receives the focus as soon as the control is filled at the last character.
    Syntax
    'Declaration
     
    Public Property ExitOnLastChar As Boolean
    'Usage
     
    Dim instance As GcDateTime
    Dim value As Boolean
     
    instance.ExitOnLastChar = value
     
    value = instance.ExitOnLastChar
    public bool ExitOnLastChar {get; set;}

    Property Value

    true if the focus is moved to the next tab ordering control as soon as the control is filled at the last character defined by the input control; otherwise, false. The default value is false.
    Remarks
    This property gives user a choice to leave the control when user finishes the input.
    See Also