Back to Devexpress

IFlyoutDefaultProperties Interface

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-windowsui-8fc01d76.md

latest2.4 KB
Original Source

IFlyoutDefaultProperties Interface

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

Declaration

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

IFlyoutDefaultProperties Members

Properties

IFlyoutProperties

DevExpress.XtraBars.Docking2010.Views.WindowsUI Namespace