Skip to main content

WindowsUIView.ActiveFlyoutContainer Property

Gets the currently displayed Flyout.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
public IContentContainer ActiveFlyoutContainer { get; }

Property Value

Type Description
DevExpress.XtraBars.Docking2010.Views.WindowsUI.IContentContainer

An IContentContainer that is the currently displayed Flyout.

Remarks

Flyouts raise the WindowsUIView.FlyoutShowing and WindowsUIView.FlyoutShown events when displayed. Handle the FlyoutShown event and use the ActiveFlyoutContainer property to get the currently active Flyout.

See Also