Enum GridViewTabStop
Defines if cell should be focused via TAB key.
Namespace: Telerik.Windows.Controls.GridView
Assembly: Telerik.Windows.Controls.GridView.dll
Syntax
[Flags]
public enum GridViewTabStop
Skip
Denotes that cell will not receive focus on a TAB key press.
Stop
Denotes that cell will receive focus (in all modes) on a TAB key press - (default value).
StopInEditMode
Denotes that cell will receive focus in edit mode only on a TAB key press.
StopInViewMode
Denotes that cell will receive focus in view mode only on a TAB key press.