Back to Devexpress

LayoutViewOptionsBehavior.UseTabKey Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-layout-dot-layoutviewoptionsbehavior-fb5b1a27.md

latest2.1 KB
Original Source

LayoutViewOptionsBehavior.UseTabKey Property

Gets or sets a value specifying whether the TAB/SHIFT+TAB key combinations move focus within the Layout View, or to the next/previous control in tab order.

Namespace : DevExpress.XtraGrid.Views.Layout

Assembly : DevExpress.XtraGrid.v25.2.dll

NuGet Packages : DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(true)]
[XtraSerializableProperty]
public virtual bool UseTabKey { get; set; }
vb
<DefaultValue(True)>
<XtraSerializableProperty>
Public Overridable Property UseTabKey As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true if TAB/SHIFT+TAB key combinations are handled by the View; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to UseTabKey
LayoutView

.OptionsBehavior .UseTabKey

|

Remarks

If the UseTabKey property is set to true , pressing the TAB/SHIFT+TAB key combinations results in moving focus to the next/previous card field. If the option is disabled, an end-users can only use the up and down arrow keys for this purpose.

See Also

LayoutViewOptionsBehavior Class

LayoutViewOptionsBehavior Members

DevExpress.XtraGrid.Views.Layout Namespace