2 references to IsDestructive
Microsoft.Maui.Controls (2)
Menu\MenuItem.cs (2)
29
/// <summary>Bindable property for <see cref="
IsDestructive
"/>.</summary>
30
public static readonly BindableProperty IsDestructiveProperty = BindableProperty.Create(nameof(
IsDestructive
), typeof(bool), typeof(MenuItem), false);