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

FlyoutCommand.CanExecute(Flyout) Method

Defines a set of criteria and checks whether the current Flyout meets these criteria.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

public virtual bool CanExecute(
    Flyout parameter
)

Parameters

Name Type Description
parameter Flyout

A Flyout related to the current FlyoutCommand.

Returns

Type Description
Boolean

true, if the current Flyout meets the specific criteria; otherwise, false.

Remarks

If the related Flyout meets the required criteria, clicking the current FlyoutCommand will call the FlyoutCommand.Execute method.

See Also