Back to Devexpress

IFlyoutDefaultProperties.Style Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-windowsui-dot-iflyoutdefaultproperties-d2fd640e.md

latest3.0 KB
Original Source

IFlyoutDefaultProperties.Style Property

Gets or sets the current Flyout style.

Namespace : DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
FlyoutStyle Style { get; set; }
vb
Property Style As FlyoutStyle

Property Value

TypeDescription
FlyoutStyle

A FlyoutStyle value that specifies the current Flyout style.

|

Available values:

NameDescription
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

How To: Create a Modal Message Box Flyout

How To: Create a Pop-up Flyout

How To: Create a Message Box Flyout With User Control

IFlyoutDefaultProperties Interface

IFlyoutDefaultProperties Members

DevExpress.XtraBars.Docking2010.Views.WindowsUI Namespace