FlyoutDialog.Show(Form, FlyoutAction) Method
Displays a FlyoutDialog object with a specific action assigned to it.
Namespace: DevExpress.XtraBars.Docking2010.Customization
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
owner | Form | A Form that owns this FlyoutDialog. |
action | FlyoutAction | A FlyoutAction object assigned to this FlyoutDialog. |
Returns
Type | Description |
---|---|
DialogResult | A DialogResult enumerator value that is the value returned from the FlyoutDialog after it is closed. |
See Also