Skip to main content
A newer version of this page is available. .

RibbonSplitButton.Flyout Property

Gets or sets the FlyoutBase object associated with a specific object. This FlyoutBase object is displayed when you click the RibbonSplitButton‘s dropdown button. This is an attached property.

Namespace: DevExpress.WinUI.Ribbon

Assembly: DevExpress.WinUI.Ribbon.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

[DP(null, Handler = "OnFlyoutChanged")]
public FlyoutBase Flyout { get; set; }

Property Value

Type Description
FlyoutBase

The menu that is displayed when you click the RibbonSplitButton‘s dropdown button.

See Also