Back to Devexpress

DataViewBase.AllowLeaveFocusOnTab Property

wpf-devexpress-dot-xpf-dot-grid-dot-dataviewbase-6b521a1b.md

latest1.6 KB
Original Source

DataViewBase.AllowLeaveFocusOnTab Property

Gets or sets whether the input focus leaves a View when the TAB/SHIFT+TAB key is pressed.

Namespace : DevExpress.Xpf.Grid

Assembly : DevExpress.Xpf.Grid.v25.2.Core.dll

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public bool AllowLeaveFocusOnTab { get; set; }
vb
Public Property AllowLeaveFocusOnTab As Boolean

Property Value

TypeDescription
Boolean

true to allow leaving a view when the TAB/SHIFT+TAB key is pressed; otherwise, false.

|

Remarks

If the AllowLeaveFocusOnTab property is set to false, use CTRL+TAB to leave the view. To learn more, see Navigating Through Rows and Cells.

See Also

IsKeyboardFocusWithinView

IsFocusedView

DataViewBase Class

DataViewBase Members

DevExpress.Xpf.Grid Namespace