Skip to main content

IFlyoutDefaultProperties.ActualStyle Property

Gets the current Flyout style.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
FlyoutStyle ActualStyle { get; }

Property Value

Type Description
FlyoutStyle

A FlyoutStyle enumerator value that specifies the current Flyout style.

Available values:

Name Description
Popup

The Flyout acts as a pop-up menu.

MessageBox

The Flyout acts as a message box.

Remarks

A Flyout can act as either a message box, or as a pop-up depending on its style. See the IFlyoutDefaultProperties.Style property to learn more.

See Also