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.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
[DefaultValue(true)]
[XtraSerializableProperty]
public virtual bool UseTabKey { get; set; }
Property Value
Type | Default | Description |
---|---|---|
Boolean | true | 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 |
---|---|
LayoutView |
|
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