Skip to main content
A newer version of this page is available. .

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.v19.1.dll

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