Skip to main content
A newer version of this page is available. .

IFlyoutDefaultProperties Interface

Contains settings for a specific Flyout within a WindowsUIView.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v18.2.dll

Declaration

public interface IFlyoutDefaultProperties :
    IContentContainerDefaultProperties,
    IBaseDefaultProperties,
    IBaseProperties,
    IBaseObject,
    IDisposable,
    IPropertiesProvider,
    ISupportBatchUpdate

The following members return IFlyoutDefaultProperties objects:

Remarks

The IFlyoutDefaultProperties object, accessed via the Flyout.Properties property, overrides global settings provided by the View’s IFlyoutProperties object.

See Also