Skip to main content

NavigationFrame.ContentProvider Property

Gets or sets the content provider for the current NavigationFrame.

Namespace: DevExpress.Xpf.WindowsUI

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

NuGet Package: DevExpress.Wpf.Controls

Declaration

public INavigationContentProvider ContentProvider { get; set; }

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