IFlyoutProperties.Style Property
Gets or sets the style for all Flyouts within the View.
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 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