ButtonFlyout Property

Gets or sets the Flyout that should be shown with this button.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public FlyoutBase? Flyout { get; set; }

Property Value

FlyoutBase

See Also