Share via


GroupableItemsView.GroupFooterTemplate Property

Definition

Gets or sets the DataTemplate used to display the footer for each group.

public:
 property Microsoft::Maui::Controls::DataTemplate ^ GroupFooterTemplate { Microsoft::Maui::Controls::DataTemplate ^ get(); void set(Microsoft::Maui::Controls::DataTemplate ^ value); };
public Microsoft.Maui.Controls.DataTemplate GroupFooterTemplate { get; set; }
member this.GroupFooterTemplate : Microsoft.Maui.Controls.DataTemplate with get, set
Public Property GroupFooterTemplate As DataTemplate

Property Value

A DataTemplate that defines the appearance of group footers, or null for no footers.

Remarks

The template's binding context is set to the group object from the ItemsSource.

Applies to