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


In This Topic
    TabAction Property (GcDateTime)
    In This Topic
    Gets or sets a value to determine whether the tab key moves the focus between controls or between fields within the control.
    Syntax
    'Declaration
     
    Public Property TabAction As TabAction
    'Usage
     
    Dim instance As GcDateTime
    Dim value As TabAction
     
    instance.TabAction = value
     
    value = instance.TabAction
    public TabAction TabAction {get; set;}

    Property Value

    One of the GrapeCity.Windows.InputMan.TabAction enumeration values. The default is GrapeCity.Windows.InputMan.TabAction.Control.
    Exceptions
    ExceptionDescription
    The assigned value is not valid GrapeCity.Windows.InputMan.TabAction.
    Remarks
    This property determines the caret jump action when user hit the Tab key.
    See Also