Back to Devexpress

NavigationFrame.Source Property

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

latest2.7 KB
Original Source

NavigationFrame.Source Property

The application screen (View), initially displayed within the NavigationFrame.

Namespace : DevExpress.Xpf.WindowsUI

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

NuGet Package : DevExpress.Wpf.Controls

Declaration

csharp
public object Source { get; set; }
vb
Public Property Source As Object

Property Value

TypeDescription
Object

An Object that is the application screen (View), initially displayed within the NavigationFrame.

|

Remarks

The Source property specifies the View that will be initially displayed as the application starts. Further navigation can be created via the attached Navigation.NavigateTo property. See the Navigation topic for examples.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the Source property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

wpf-docklayoutmanager-use-services-that-implement-the-idocumentmanagerservice/CS/DXDocumentUIServiceSample/MainWindow.xaml#L67

xml
<dxwui:NavigationFrame AnimationType="SlideHorizontal">
    <dxwui:NavigationFrame.Source>
        <View:MainView>

See Also

NavigateTo

Navigation

NavigationFrame Class

NavigationFrame Members

DevExpress.Xpf.WindowsUI Namespace