DataTemplateSelector.SelectTemplate(Object, BindableObject) Method

Definition

Returns a DataTemplate for item by calling OnSelectTemplate(Object, BindableObject) and verifying its result.

C#
public Microsoft.Maui.Controls.DataTemplate SelectTemplate (object item, Microsoft.Maui.Controls.BindableObject container);

Parameters

item
Object

The data for which to return a template.

container
BindableObject

An optional container object in which the developer may have opted to store DataTemplateSelector objects.

Returns

A developer-defined DataTemplate that can be used to display item.

Remarks

Developers should note that the Android platform is limited to 20 templates per list view.

Applies to

Product Versions
.NET MAUI 8, 9