Back to Devexpress

Flyout Class

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-windowsui-024548da.md

latest2.2 KB
Original Source

Flyout Class

A WindowsUIView container that emulates Windows8-styled message boxes and pop-up windows.

Namespace : DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public class Flyout :
    BaseContentContainer,
    IFlyoutContainer,
    IDocumentContainer,
    IContentContainer,
    IBaseObject,
    IDisposable,
    IComponent,
    ISupportBatchUpdate,
    INamed
vb
Public Class Flyout
    Inherits BaseContentContainer
    Implements IFlyoutContainer,
               IDocumentContainer,
               IContentContainer,
               IBaseObject,
               IDisposable,
               IComponent,
               ISupportBatchUpdate,
               INamed

Remarks

See the Flyouts topic to learn more.

Inheritance

Object MarshalByRefObject Component BaseComponent BaseContentContainer Flyout

See Also

Flyout Members

Flyouts

DevExpress.XtraBars.Docking2010.Views.WindowsUI Namespace