Skip to main content
A newer version of this page is available. .

CardOptionsBehavior.UseTabKey Property

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

Namespace: DevExpress.XtraGrid.Views.Card

Assembly: DevExpress.XtraGrid.v19.1.dll

Declaration

[DefaultValue(false)]
[XtraSerializableProperty]
public virtual bool UseTabKey { get; set; }

Property Value

Type Default Description
Boolean **false**

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 Type Path to UseTabKey
CardView
.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, the end-users can only use the up and down arrow keys for this purpose.

See Also