GroupableItemsView.GroupFooterTemplate Property
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 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.