Skip to main content
All docs
V25.1
  • ICommand<T>.CanExecute(T) Method

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

    Namespace: DevExpress.Mvvm

    Assembly: DevExpress.Mvvm.v25.1.dll

    NuGet Packages: DevExpress.Mvvm, DevExpress.Win.Navigation

    Declaration

    bool CanExecute(
        T param
    )

    Parameters

    Name Type Description
    param T

    The command parameter.

    Returns

    Type Description
    Boolean

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

    See Also