Back to Devexpress

RibbonControl.AllowRibbonNavigationFromEditorOnTabPress Property

wpf-devexpress-dot-xpf-dot-ribbon-dot-ribboncontrol-ae3be261.md

latest1.4 KB
Original Source

RibbonControl.AllowRibbonNavigationFromEditorOnTabPress Property

Gets or sets whether the end-users are allowed to navigate away from the BarEditItems by pressing the TAB key at runtime. This is a dependency property.

Namespace : DevExpress.Xpf.Ribbon

Assembly : DevExpress.Xpf.Ribbon.v25.2.dll

NuGet Package : DevExpress.Wpf.Ribbon

Declaration

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

Property Value

TypeDescription
Boolean

true, if the end-users are allowed to navigate away from the BarEditItem by pressing the TAB key at runtime; otherwise, false.

|

See Also

RibbonControl Class

RibbonControl Members

DevExpress.Xpf.Ribbon Namespace