1 write to IsGroupingEnabledProperty
Microsoft.Maui.Controls (1)
ListView\ListView.cs (1)
111 TemplatedItems.IsGroupingEnabledProperty = IsGroupingEnabledProperty;
4 references to IsGroupingEnabledProperty
Microsoft.Maui.Controls (4)
TemplatedItemsList.cs (4)
157 get { return (IsGroupingEnabledProperty != null) && (bool)_itemsView.GetValue(IsGroupingEnabledProperty); } 678 else if (IsGroupingEnabledProperty != null && e.PropertyName == IsGroupingEnabledProperty.PropertyName)