FlyoutBase

Inheritance: AvaloniaObject AvaloniaUI documentation: FlyoutBase API

Properties

PropertiesDescription

attachedFlyout(value: WidgetBuilder<'msg, #IFabFlyoutBase>)

Sets the AttachedFlyout property.

Events

PropertiesDescription

onOpened(msg: 'msg)

Raised when the FlyoutBase is opened.

onClosed(msg: 'msg)

Raised when the FlyoutBase is closed.

Last updated