FlyoutDialog.Show(Form, Control, FlyoutAction, FlyoutProperties, Predicate<DialogResult>) Method
Displays a FlyoutDialog with a flyout action and a specific control within, using specific properties and a related predicate function.
Namespace: DevExpress.XtraBars.Docking2010.Customization
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
public static DialogResult Show(
Form owner,
Control flyoutControl,
FlyoutAction action,
FlyoutProperties parameters,
Predicate<DialogResult> canClose
)
#Parameters
Name | Type | Description |
---|---|---|
owner | Form | A Form that owns the Flyout |
flyout |
Control | A Control displayed within this Flyout |
action | Flyout |
A Flyout |
parameters | DevExpress. |
A Flyout |
can |
Predicate<Dialog |
A Predicate function that checks whether this Flyout |
#Returns
Type | Description |
---|---|
Dialog |
A Dialog |
#Remarks
If you pass a Control and a FlyoutAction to the FlyoutDialog.Show method, the FlyoutAction‘s caption and buttons are displayed while the description and image are hidden.