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

DXSplashScreenService.ViewTemplateSelector Property

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

Namespace: DevExpress.Xpf.Core

Assembly: DevExpress.Xpf.Core.v18.2.dll

Declaration

[Browsable(false)]
public DataTemplateSelector ViewTemplateSelector { get; set; }

Property Value

Type Description
DataTemplateSelector

A DataTemplateSelector descendant that chooses a template based on custom logic.

See Also