NavigationFrame.PrefetchedSourcesOptions Property
In This Article
Gets or sets actions that automatically execute after a frame NavigationFrame.PrefetchedSources property is set.
Namespace: DevExpress.Xpf.WindowsUI
Assembly: DevExpress.Xpf.Controls.v24.2.dll
NuGet Package: DevExpress.Wpf.Controls
#Declaration
#Property Value
Type | Description |
---|---|
Prefetched |
A Prefetched |
Available values:
Name | Description |
---|---|
None | No additional options. |
Navigate |
Navigates to the first container element. |
Clear |
Clears navigation history. |
Clear |
Clears navigation cache. |
See Also