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

IFlyoutProperties Interface

Contains settings common to all Flyouts within a WindowsUIView.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public interface IFlyoutProperties :
    IContentContainerProperties,
    IBaseProperties,
    IBaseObject,
    IDisposable,
    IPropertiesProvider,
    ISupportBatchUpdate

The following members return IFlyoutProperties objects:

Remarks

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