3 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);