Skip to main content

DXFrame.NavigationTypeProvider Property

Gets or sets the provider used to obtain types by their names. This is a dependency property.

Namespace: DevExpress.UI.Xaml.Layout

Assembly: DevExpress.UI.Xaml.Layout.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public TypeProviderBase NavigationTypeProvider { get; set; }

Property Value

Type Description
DevExpress.UI.Xaml.Layout.TypeProviderBase

A DevExpress.UI.Xaml.Layout.TypeProviderBase object specifying the provider.

See Also