WindowsUIView.HideFlyout(DialogResult) Method
Closes the currently displayed flyout with the specific outcome.
Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
result | DialogResult | A DialogResult enumerator value that is the output result of the closed flyout. |
Remarks
See Flyouts to learn more.
See Also