windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-windowsui-eeee174c.md
Contains settings common to all Flyouts within a WindowsUIView.
Namespace : DevExpress.XtraBars.Docking2010.Views.WindowsUI
Assembly : DevExpress.XtraBars.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
public interface IFlyoutProperties :
IContentContainerProperties,
IBaseProperties,
IBaseObject,
IDisposable,
IPropertiesProvider,
ISupportBatchUpdate
Public Interface IFlyoutProperties
Inherits IContentContainerProperties,
IBaseProperties,
IBaseObject,
IDisposable,
IPropertiesProvider,
ISupportBatchUpdate
The following members return IFlyoutProperties objects:
Global Flyout settings are stored in the IFlyoutProperties object. Use the WindowsUIView.FlyoutProperties property to customize them. To override these global settings for an individual Flyout, access the IFlyoutDefaultProperties object via the Flyout.Properties property.
See Also