Skip to main content

Command.Execute() Method

In This Article

Executes the command on the current command target.

Namespace: DevExpress.Utils.Commands

Assembly: DevExpress.Data.v14.2.dll

#Declaration

public virtual void Execute()

#Remarks

The Execute method checks the command state before executing, and decides whether the action can be performed. In case you want to execute an action if the command cannot be executed, use the Command.ForceExecute method.

See Also