4 references to CanMixGroups
Microsoft.Maui.Controls (4)
Handlers\Items\iOS\ReorderableItemsViewDelegator.cs (1)
25
if (originalIndexPath.Section == proposedIndexPath.Section || itemsView.
CanMixGroups
)
Handlers\Items2\iOS\ReorderableItemsViewDelegator2.cs (1)
25
if (originalIndexPath.Section == proposedIndexPath.Section || itemsView.
CanMixGroups
)
Items\ReorderableItemsView.cs (2)
11
/// <summary>Bindable property for <see cref="
CanMixGroups
"/>.</summary>
12
public static readonly BindableProperty CanMixGroupsProperty = BindableProperty.Create(nameof(
CanMixGroups
), typeof(bool), typeof(ReorderableItemsView), false);