Skip to main content

FlyoutDialog.Show(Form, FlyoutAction) Method

Displays a FlyoutDialog object with a specific action assigned to it.

Namespace: DevExpress.XtraBars.Docking2010.Customization

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public static DialogResult Show(
    Form owner,
    FlyoutAction action
)

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