FlyoutDialog(Form, Control, FlyoutProperties) Constructor
Initializes a new instance of the FlyoutDialog class with the specified settings.
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 will own the newly created FlyoutDialog. |
flyoutControl | Control | A Control displayed within the FlyoutDialog. |
parameters | DevExpress.XtraBars.Docking2010.Views.WindowsUI.FlyoutProperties | A FlyoutProperties object that contains advanced FlyoutDialog settings. |
See Also