Back to Devexpress

FlyoutCommand Constructors

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-windowsui-dot-flyoutcommand-dot-ctor.md

latest1.5 KB
Original Source

FlyoutCommand Constructors

Provides buttons for FlyoutAction objects.

NameParametersDescription
FlyoutCommand()noneInitializes a new FlyoutCommand class instance with default settings.
FlyoutCommand(Func<Boolean>, Action)canExecute, executeInitializes a new FlyoutCommand class instance with specific settings.
FlyoutCommand(Predicate<Flyout>, Action<Flyout>)canExecute, executeInitializes a new instance of the FlyoutCommand class with the specified settings.

See Also

FlyoutCommand Class

FlyoutCommand Members

DevExpress.XtraBars.Docking2010.Views.WindowsUI Namespace