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

AsyncCommand<T>.CanExecute(T) Method

Returns whether the command can be executed in its current state.

Namespace: DevExpress.Mvvm

Assembly: DevExpress.WinUI.Mvvm.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

public override bool CanExecute(
    T param
)

Parameters

Name Type Description
param T

The command parameter.

Returns

Type Description
Boolean

true if this command can be executed; otherwise, false.

See Also