Back to Devexpress

NavigationFrame.NavigationInProgress Property

wpf-devexpress-dot-xpf-dot-windowsui-dot-navigationframe-7336558a.md

latest1.4 KB
Original Source

NavigationFrame.NavigationInProgress Property

Gets whether navigation within this NavigationFrame is currently running.

Namespace : DevExpress.Xpf.WindowsUI

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

NuGet Package : DevExpress.Wpf.Controls

Declaration

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

Property Value

TypeDescription
Boolean

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

|

Remarks

See the Navigation topic to learn more.

See Also

Navigation

NavigationFrame Class

NavigationFrame Members

DevExpress.Xpf.WindowsUI Namespace