Back to Devexpress

SetNextMdiChildEventArgs.ForwardNavigation Property

windowsforms-devexpress-dot-xtratabbedmdi-dot-setnextmdichildeventargs.md

latest1.6 KB
Original Source

SetNextMdiChildEventArgs.ForwardNavigation Property

Gets a value which identifies the direction in which the pages are cycled.

Namespace : DevExpress.XtraTabbedMdi

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public bool ForwardNavigation { get; }
vb
Public ReadOnly Property ForwardNavigation As Boolean

Property Value

TypeDescription
Boolean

true if the pages are cycled forward; otherwise, false.

|

Remarks

End-users can cycle through the pages using the CTRL+TAB/CTRL+SHIFT+TAB keys. The ForwardNavigation property allows the direction in which the pages are cycled to be identified.

If the CTRL+TAB keys are used, the pages are cycled forward. In this case the ForwardNavigation property returns true. If the CTRL+SHIFT+TAB keys are used, the pages are cycled backward and the ForwardNavigation property returns false.

See Also

SetNextMdiChildEventArgs Class

SetNextMdiChildEventArgs Members

DevExpress.XtraTabbedMdi Namespace