Back to Devexpress

FrameNavigationService Properties

wpf-devexpress-dot-xpf-dot-windowsui-dot-navigation-dot-framenavigationservice-dot-underscore-properties.md

latest6.4 KB
Original Source

FrameNavigationService Properties

The service that provides methods to navigate between Views within a NavigationFrame.

NameDescription
ActiveDocumentGets or sets the active document. Inherited from NavigationServiceBase.
CanFreezeGets a value that indicates whether the object can be made unmodifiable. Inherited from Freezable.
CanGoBackReturns whether backward navigation can be performed. Inherited from NavigationServiceBase.
CanGoForwardReturns whether forward navigation can be performed. Inherited from NavigationServiceBase.
CanNavigateGets a value indicating whether a NavigationFrame associated with the current service can navigate. Inherited from NavigationServiceBase.
CurrentReturns the current ViewModel. Inherited from NavigationServiceBase.
DependencyObjectTypeGets the DependencyObjectType that wraps the CLR type of this instance. Inherited from DependencyObject.
DispatcherGets the Dispatcher this DispatcherObject is associated with. Inherited from DispatcherObject.
DocumentsGets the collection of existing documents. Inherited from NavigationServiceBase.
FrameGets or sets the Frame to which the current service is associated.
HasAnimatedPropertiesGets a value that indicates whether one or more AnimationClock objects is associated with any of this object’s dependency properties. Inherited from Animatable.
IsFrozenGets a value that indicates whether the object is currently modifiable. Inherited from Freezable.
IsSealedGets a value that indicates whether this instance is currently sealed (read-only). Inherited from DependencyObject.
PrefetchedSourcesGets or sets the collection of the predefined objects to display within the associated frame.
ShowSplashScreenGets or sets whether this FrameNavigationService should display a splash screen when loading. This is a dependency property.
SourceGets or sets the View, initially displayed by the NavigationFrame, related to this FrameNavigationService.
SplashScreenServiceGets or sets a splash screen service associated with this FrameNavigationService. This is a dependency property.
UnregisterOnUnloadedGets or sets whether to unregister the service when the associated View is unloaded. This is a dependency property. Inherited from ServiceBase.
ViewLocatorSpecifies the view locator. Inherited from ViewServiceBase.
ViewTemplateSpecifies the view template. Inherited from ViewServiceBase.
ViewTemplateSelectorSpecifies the template selector that chooses a view template based on the passed view model. Inherited from ViewServiceBase.

See Also

FrameNavigationService Class

FrameNavigationService Members

DevExpress.Xpf.WindowsUI.Navigation Namespace