ListView.GroupHeaderTemplate 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 a DataTemplate for group headers.
public:
property Microsoft::Maui::Controls::DataTemplate ^ GroupHeaderTemplate { Microsoft::Maui::Controls::DataTemplate ^ get(); void set(Microsoft::Maui::Controls::DataTemplate ^ value); };
public Microsoft.Maui.Controls.DataTemplate GroupHeaderTemplate { get; set; }
member this.GroupHeaderTemplate : Microsoft.Maui.Controls.DataTemplate with get, set
Public Property GroupHeaderTemplate As DataTemplate
Property Value
The DataTemplate for group headers, or null.
Remarks
Use this property to define a template for a GroupHeaderTemplate is mutually exclusive with Empty groups will still display a group header.