Back to Devexpress

IFlyoutProperties Interface

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-windowsui-eeee174c.md

latest2.5 KB
Original Source

IFlyoutProperties Interface

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

Declaration

csharp
public interface IFlyoutProperties :
    IContentContainerProperties,
    IBaseProperties,
    IBaseObject,
    IDisposable,
    IPropertiesProvider,
    ISupportBatchUpdate
vb
Public Interface IFlyoutProperties
    Inherits 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

IFlyoutProperties Members

FlyoutProperties

Properties

IFlyoutDefaultProperties

DevExpress.XtraBars.Docking2010.Views.WindowsUI Namespace