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

FlyoutStyle Enum

Enumerates members that specify the Flyout style.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Navigation

Declaration

public enum FlyoutStyle

Members

Name Description
Popup

The Flyout acts as a pop-up menu.

MessageBox

The Flyout acts as a message box.

Related API Members

The following properties accept/return FlyoutStyle values:

Remarks

Refer to the Flyouts topic to see examples of different Flyout style implementation.

See Also