FlyoutCommand.Execute(Flyout) Method
A method that implements the FlyoutCommand‘s functionality.
Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
parameter | Flyout | A Flyout related to the current FlyoutCommand. |
Remarks
The Execute method is called on a FlyoutCommand click. The Command is only available if it passed the FlyoutCommand.CanExecute check.
See Also