BindableLayout.GetItemTemplateSelector(BindableObject) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the template selector for items in the bindable layout.
public:
static Microsoft::Maui::Controls::DataTemplateSelector ^ GetItemTemplateSelector(Microsoft::Maui::Controls::BindableObject ^ b);
public static Microsoft.Maui.Controls.DataTemplateSelector GetItemTemplateSelector(Microsoft.Maui.Controls.BindableObject b);
static member GetItemTemplateSelector : Microsoft.Maui.Controls.BindableObject -> Microsoft.Maui.Controls.DataTemplateSelector
Public Function GetItemTemplateSelector (b As BindableObject) As DataTemplateSelector
Parameters
The bindable object to get the template selector from.
Returns
The data template selector used for items.