Class GridViewTabStop
Defines if cell should be focused via TAB key.
Inheritance
Namespace: Telerik.Windows.Controls.GridView
Assembly: Telerik.Windows.Controls.GridView.dll
Syntax
public sealed class GridViewTabStop : Enum
Fields
Skip
Denotes that cell will not receive focus on a TAB key press.
Declaration
public const GridViewTabStop Skip
Field Value
GridViewTabStop
|
Stop
Denotes that cell will receive focus (in all modes) on a TAB key press - (default value).
Declaration
public const GridViewTabStop Stop
Field Value
GridViewTabStop
|
StopInEditMode
Denotes that cell will receive focus in edit mode only on a TAB key press.
Declaration
public const GridViewTabStop StopInEditMode
Field Value
GridViewTabStop
|
StopInViewMode
Denotes that cell will receive focus in view mode only on a TAB key press.
Declaration
public const GridViewTabStop StopInViewMode
Field Value
GridViewTabStop
|
value__
Declaration
public int value__
Field Value
System.Int32
|