[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.TabAction

TabAction Property

TabAction

Gets or sets a value to determine whether the tab key moves the focus between controls or between fields within the control.

Declaration
public TabAction TabAction { get; set; }
Public Property TabAction As TabAction
Property Value
Type Description
TabAction

One of the GrapeCity.Windows.InputMan.TabAction enumeration values. The default is GrapeCity.Windows.InputMan.TabAction.Control.

Remarks

This property determines the caret jump action when user hit the Tab key.

Exceptions
Type Condition
ArgumentException

The assigned value is not valid GrapeCity.Windows.InputMan.TabAction.