4 references to IsGroupedProperty
Microsoft.Maui.Controls (3)
Handlers\Items\GroupableItemsViewHandler.cs (1)
22 [GroupableItemsView.IsGroupedProperty.PropertyName] = MapIsGrouped,
Items\GroupableItemsView.cs (2)
14 get => (bool)GetValue(IsGroupedProperty); 15 set => SetValue(IsGroupedProperty, value);
Microsoft.Maui.Controls.Compatibility (1)
iOS\CollectionView\GroupableItemsViewRenderer.cs (1)
22 if (changedProperty.Is(GroupableItemsView.IsGroupedProperty))