Skip to main content

IFlyoutDefaultProperties Interface

Contains settings for a specific Flyout within a WindowsUIView.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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