windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-windowsui-8fc01d76.md
Contains settings for a specific Flyout within a WindowsUIView.
Namespace : DevExpress.XtraBars.Docking2010.Views.WindowsUI
Assembly : DevExpress.XtraBars.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
public interface IFlyoutDefaultProperties :
IContentContainerDefaultProperties,
IBaseDefaultProperties,
IBaseProperties,
IBaseObject,
IDisposable,
IPropertiesProvider,
ISupportBatchUpdate
Public Interface IFlyoutDefaultProperties
Inherits IContentContainerDefaultProperties,
IBaseDefaultProperties,
IBaseProperties,
IBaseObject,
IDisposable,
IPropertiesProvider,
ISupportBatchUpdate
The following members return IFlyoutDefaultProperties objects:
The IFlyoutDefaultProperties object, accessed via the Flyout.Properties property, overrides global settings provided by the View’s IFlyoutProperties object.
See Also