Skip to main content

RibbonSplitButton.IsFlyoutOpen Property

Gets whether the RibbonSplitButton‘s Flyout is opened.

Namespace: DevExpress.WinUI.Ribbon

Assembly: DevExpress.WinUI.Ribbon.v23.2.dll

NuGet Package: DevExpress.WinUI

#Declaration

public bool IsFlyoutOpen { get; }

#Property Value

Type Description
Boolean

true if the Flyout is opened; otherwise, false.

See Also