Back to Devexpress

IFlyoutProperties.Style Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-windowsui-dot-iflyoutproperties-c46b5828.md

latest2.5 KB
Original Source

IFlyoutProperties.Style Property

Gets or sets the style for all Flyouts within the View.

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 enumerator value that specifies the style common to all Flyouts within the current View.

|

Available values:

NameDescription
Popup

The Flyout acts as a pop-up menu.

| | MessageBox |

The Flyout acts as a message box.

|

Remarks

Global style settings, provided by the Style property, can be overridden for individual Flyouts via the IFlyoutDefaultProperties.Style property.

See Also

Style

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

IFlyoutProperties Interface

IFlyoutProperties Members

DevExpress.XtraBars.Docking2010.Views.WindowsUI Namespace