Skip to main content

FlyoutStyle Enum

Enumerates members that specify the Flyout style.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: 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