2 references to CanReorderItems
Microsoft.Maui.Controls (2)
Items\ReorderableItemsView.cs (2)
19
/// <summary>Bindable property for <see cref="
CanReorderItems
"/>.</summary>
20
public static readonly BindableProperty CanReorderItemsProperty = BindableProperty.Create(nameof(
CanReorderItems
), typeof(bool), typeof(ReorderableItemsView), false);