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

NavigationFrame.NavigationInProgress Property

Gets whether navigation within this NavigationFrame is currently running.

Namespace: DevExpress.Xpf.WindowsUI

Assembly: DevExpress.Xpf.Controls.v18.2.dll

Declaration

public bool NavigationInProgress { get; }

Property Value

Type Description
Boolean

true, if navigation within this NavigationFrame is currently running; otherwise, false.

Remarks

See the Navigation topic to learn more.

See Also