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