IFlyoutDefaultProperties.Style Property
Gets or sets the current Flyout style.
Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
FlyoutStyle Style { get; set; }
#Property Value
Type | Description |
---|---|
Flyout |
A Flyout |
Available values:
Name | Description |
---|---|
Popup | The Flyout acts as a pop-up menu. |
Message |
The Flyout acts as a message box. |
#Remarks
Depending on the Style property value, a Flyout can act either as a message box, or as a pop-up window. Message box Flyouts are drawn within a solid bar across the application form. Pop-up Flyouts display specific content in a pop-up window. See the How To: Create a Modal Message Box Flyout, How To: Create a Pop-up Flyout and How To: Create a Message Box Flyout With User Control examples to learn more.