Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

FlyoutAction Constructors

An object that contains buttons and text displayed within a Flyout.
Name Parameters Description
FlyoutAction() none Initializes a new instance of the FlyoutAction class with default settings.
FlyoutAction(DialogResult[], MessageBoxDefaultButton) commands, defaultButton Initializes a new instance of the FlyoutAction class and allows you to specify which FlyoutAction button should act as a default button.
FlyoutAction(DialogResult[]) commands Initializes a new instance of the FlyoutAction class with the specific set of buttons.
FlyoutAction(MessageBoxButtons, MessageBoxDefaultButton) buttons, defaultButton Initializes a new instance of the FlyoutAction class with the specified settings.
See Also