1 write to GroupHeaderTemplate
Microsoft.Maui.Controls (1)
ListView\ListView.cs (1)
637 lv.GroupHeaderTemplate = null;
3 references to GroupHeaderTemplate
Microsoft.Maui.Controls (3)
ListView\ListView.cs (3)
63 /// <summary>Bindable property for <see cref="GroupHeaderTemplate"/>.</summary> 64 public static readonly BindableProperty GroupHeaderTemplateProperty = BindableProperty.Create(nameof(GroupHeaderTemplate), typeof(DataTemplate), typeof(ListView), null, 635 if (newValue != null && lv.GroupHeaderTemplate != null)