Skip to main content

SetNextMdiChildEventArgs.ForwardNavigation Property

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

Namespace: DevExpress.XtraTabbedMdi

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public bool ForwardNavigation { get; }

Property Value

Type Description
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