NavigationFrame.ContentProvider Property
Gets or sets the content provider for the current NavigationFrame.
Namespace: DevExpress.Xpf.WindowsUI
Assembly: DevExpress.Xpf.Controls.v24.1.dll
NuGet Package: DevExpress.Wpf.Controls
Declaration
Property Value
Type | Description |
---|---|
DevExpress.Xpf.WindowsUI.Navigation.INavigationContentProvider | An INavigationContentProvider object that provides content for the NavigationFrame. |
Remarks
Normally, you do not need to set the ContentProvider property manually.
See Also