BindableLayout.GetItemTemplate(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 data template for items in the bindable layout.
public:
static Microsoft::Maui::Controls::DataTemplate ^ GetItemTemplate(Microsoft::Maui::Controls::BindableObject ^ b);
public static Microsoft.Maui.Controls.DataTemplate GetItemTemplate(Microsoft.Maui.Controls.BindableObject b);
static member GetItemTemplate : Microsoft.Maui.Controls.BindableObject -> Microsoft.Maui.Controls.DataTemplate
Public Function GetItemTemplate (b As BindableObject) As DataTemplate
Parameters
The bindable object to get the template from.
Returns
The data template used for items.