Shell.FlyoutBehavior Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Setting the FlyoutBehavior property to Disabled hides the flyout, which is useful when you only have one ShellItem. The other valid FlyoutBehavior values are Flyout (default), and Locked.
public Xamarin.Forms.FlyoutBehavior FlyoutBehavior { get; set; }
member this.FlyoutBehavior : Xamarin.Forms.FlyoutBehavior with get, set