WindowsUIView.ActiveFlyoutContainer Property
Gets the currently displayed Flyout.
Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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