3 references to FlyoutDisplayOptionsProperty
Microsoft.Maui.Controls (3)
Shell\ShellGroupItem.cs (2)
21 get { return (FlyoutDisplayOptions)GetValue(FlyoutDisplayOptionsProperty); } 22 set { SetValue(FlyoutDisplayOptionsProperty, value); }
Shell\ShellItem.cs (1)
228 result.SetBinding(FlyoutDisplayOptionsProperty, static (ShellSection section) => section.FlyoutDisplayOptions, BindingMode.OneTime, source: shellSection);