3 references to IsEnabled
Microsoft.Maui.Controls (3)
Shell\BaseShellItem.cs (2)
47
/// <summary>Bindable property for <see cref="
IsEnabled
"/>.</summary>
49
BindableProperty.Create(nameof(
IsEnabled
), typeof(bool), typeof(BaseShellItem), true, BindingMode.OneWay);
Shell\Shell.cs (1)
831
if (shellItem == null || !shellItem.
IsEnabled
)