Share via


BindableLayout.GetEmptyViewTemplate(BindableObject) Method

Definition

Gets the template used to create the empty view.

public:
 static Microsoft::Maui::Controls::DataTemplate ^ GetEmptyViewTemplate(Microsoft::Maui::Controls::BindableObject ^ b);
public static Microsoft.Maui.Controls.DataTemplate GetEmptyViewTemplate(Microsoft.Maui.Controls.BindableObject b);
static member GetEmptyViewTemplate : Microsoft.Maui.Controls.BindableObject -> Microsoft.Maui.Controls.DataTemplate
Public Function GetEmptyViewTemplate (b As BindableObject) As DataTemplate

Parameters

b
BindableObject

The bindable object to get the empty view template from.

Returns

The data template used for the empty view.

Applies to