Skip to main content

FlyoutCommand.Execute(Flyout) Method

A method that implements the FlyoutCommand‘s functionality.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public virtual void Execute(
    Flyout parameter
)

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