Skip to main content

FlyoutDialog(Form, Control) Constructor

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

Namespace: DevExpress.XtraBars.Docking2010.Customization

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public FlyoutDialog(
    Form owner,
    Control flyoutControl
)

Parameters

Name Type Description
owner Form

A Form that owns this FlyoutDialog.

flyoutControl Control

A Control that will be displayed by this FlyoutDialog.

See Also