Skip to main content
A newer version of this page is available. .

FlyoutCommand.Execute(Flyout) Method

A method that implements the FlyoutCommand‘s functionality.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v19.2.dll

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