Skip to main content

IFlyoutProperties.Style Property

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

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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 Also