Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

IFlyoutDefaultProperties.Style Property

Gets or sets the current Flyout style.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#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