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

IFlyoutDefaultProperties.Style Property

Gets or sets the current Flyout style.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

FlyoutStyle Style { get; set; }

Property Value

Type Description
FlyoutStyle

A FlyoutStyle 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

Depending on the Style property value, a Flyout can act either as a message box, or as a pop-up window. Message box Flyouts are drawn within a solid bar across the application form. Pop-up Flyouts display specific content in a pop-up window. See the How To: Create a Modal Message Box Flyout, How To: Create a Pop-up Flyout and How To: Create a Message Box Flyout With User Control examples to learn more.

See Also