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

IFlyoutDefaultProperties.ActualStyle Property

Gets the current Flyout style.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v19.2.dll

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