SplitButton.Flyout Property

Definition

Gets or sets the flyout associated with this button.

Equivalent WinUI 2 API for UWP: Microsoft.UI.Xaml.Controls.SplitButton.Flyout (for WinUI in the Windows App SDK, see the Windows App SDK namespaces).

public:
 property FlyoutBase ^ Flyout { FlyoutBase ^ get(); void set(FlyoutBase ^ value); };
FlyoutBase Flyout();

void Flyout(FlyoutBase value);
public FlyoutBase Flyout { get; set; }
var flyoutBase = splitButton.flyout;
splitButton.flyout = flyoutBase;
Public Property Flyout As FlyoutBase

Property Value

The flyout associated with this button. The default is null.

Applies to