Skip to main content

veContentSelector.ContentTemplateSelector Property

Gets or sets an object that chooses an item content template based on custom logic.

Namespace: DevExpress.UI.Xaml.Layout.VisualElements

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

NuGet Package: DevExpress.Uwp.Controls

Declaration

public DataTemplateSelector ContentTemplateSelector { get; set; }

Property Value

Type Description
DataTemplateSelector

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

Remarks

See the Data Templating Overview topic in MSDN to learn more.

See Also