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

IFlyoutProperties.Style Property

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

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

FlyoutStyle Style { get; set; }

Property Value

Type Description
FlyoutStyle

A FlyoutStyle enumerator value that specifies the style common to all Flyouts within the current View.

Available values:

Name Description
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 this link to learn more.

See Also