Skip to main content

CommandBase<T>.CanExecute(T) Method

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

Namespace: DevExpress.Mvvm

Assembly: DevExpress.WinUI.Mvvm.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

public abstract 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.

Implements

See Also