EnumGridViewTabStop
Enum
Defines if cell should be focused via TAB key.
Definition
Namespace:Telerik.Windows.Controls.GridView
Assembly:Telerik.Windows.Controls.GridView.dll
Syntax:
cs-api-definition
[Flags]
public enum GridViewTabStop
Fields
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.