Back to Devexpress

NavigationFrame.ContentProvider Property

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

latest1.3 KB
Original Source

NavigationFrame.ContentProvider Property

Gets or sets the content provider for the current NavigationFrame.

Namespace : DevExpress.Xpf.WindowsUI

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

NuGet Package : DevExpress.Wpf.Controls

Declaration

csharp
public INavigationContentProvider ContentProvider { get; set; }
vb
Public Property ContentProvider As INavigationContentProvider

Property Value

TypeDescription
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

NavigationFrame Class

NavigationFrame Members

DevExpress.Xpf.WindowsUI Namespace