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 Xamarin.Forms.DataTemplate GroupHeaderTemplate { get; set; }
member this.GroupHeaderTemplate : Xamarin.Forms.DataTemplate with get, set
Property Value
The DataTemplate for group headers, or null
.
Remarks
Use this property to define a template for a Cell that will be used as the header for groups in this ListView. The BindingContext will be the System.Collections.IEnumerable for each group.
GroupHeaderTemplate is mutually exclusive with GroupDisplayBinding. Setting this property will set GroupDisplayBinding to null
.
Empty groups will still display a group header.