Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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