Skip to main content
A newer version of this page is available. .

FlyoutDialog(Form, FlyoutAction) Constructor

Initializes a new instance of the FlyoutDialog class with the specified settings.

Namespace: DevExpress.XtraBars.Docking2010.Customization

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

public FlyoutDialog(
    Form owner,
    FlyoutAction action
)

Parameters

Name Type Description
owner Form

A Form that will own the newly created FlyoutDialog.

action FlyoutAction

A FlyoutAction object assigned to this FlyoutDialog.

See Also