2 references to IsGroupHeaderPropertyKey
Microsoft.Maui.Controls (2)
TemplatedItemsList.cs (2)
605
return (bool)bindable.GetValue(
IsGroupHeaderPropertyKey
.BindableProperty);
619
bindable.SetValue(
IsGroupHeaderPropertyKey
, value);