Enum
GridViewTabStop

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.

Declaration

cs-api-definition
Skip = 1

Field Value

GridViewTabStop

Stop

Denotes that cell will receive focus (in all modes) on a TAB key press - (default value).

Declaration

cs-api-definition
Stop = StopInViewMode | StopInEditMode

Field Value

GridViewTabStop

StopInEditMode

Denotes that cell will receive focus in edit mode only on a TAB key press.

Declaration

cs-api-definition
StopInEditMode = 4

Field Value

GridViewTabStop

StopInViewMode

Denotes that cell will receive focus in view mode only on a TAB key press.

Declaration

cs-api-definition
StopInViewMode = 2

Field Value

GridViewTabStop

In this article
DefinitionFieldsSkipStopStopInEditModeStopInViewMode
Not finding the help you need?
Contact Support