Skip to main content

SplashScreenService.ViewTemplateSelector Property

Gets or sets an object that chooses the view template based on custom logic.

Namespace: DevExpress.Mvvm.UI

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

NuGet Package: DevExpress.Uwp.Controls

Declaration

public DataTemplateSelector ViewTemplateSelector { get; set; }

Property Value

Type Description
DataTemplateSelector

A Windows.UI.Xaml.Controls.DataTemplateSelector descendant that chooses a template based on custom logic.

See Also