IFlyoutDefaultProperties.ActualStyle Property
Gets the current Flyout style.
Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
FlyoutStyle | A FlyoutStyle enumerator value that specifies the current Flyout style. |
Available values:
Name | Description |
---|---|
Popup | The Flyout acts as a pop-up menu. |
MessageBox | The Flyout acts as a message box. |
Remarks
A Flyout can act as either a message box, or as a pop-up depending on its style. See the IFlyoutDefaultProperties.Style property to learn more.
See Also