Skip to main content
A newer version of this page is available. .

SetNextMdiChildEventArgs.ForwardNavigation Property

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

Namespace: DevExpress.XtraTabbedMdi

Assembly: DevExpress.XtraBars.v19.1.dll

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