SplitButton.Flyout Property

Definition

Gets or sets the flyout associated with this button.

This documentation applies to WinUI 2 for UWP (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; }
Public Property Flyout As FlyoutBase

Property Value

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

Applies to