Skip to main content
All docs
V26.1
  • ICommand<T> Interface

    The interface that specifies a parameterized command.

    Namespace: DevExpress.Mvvm

    Assembly: DevExpress.Mvvm.v26.1.dll

    Declaration

    public interface ICommand<T> :
        ICommand

    Type Parameters

    Name Description
    T

    The command parameter.

    See Also