XRDesignPanel.ExecuteCommand(CommandID) Method
OBSOLETE
The ExecuteCommand method is obsolete now. Use the ExecCommand method instead.
Executes the specified command.
Namespace: DevExpress.XtraReports.UserDesigner
Assembly: DevExpress.XtraReports.v24.1.Extensions.dll
NuGet Package: DevExpress.Win.Reporting
Declaration
[Obsolete("The ExecuteCommand method is obsolete now. Use the ExecCommand method instead.")]
public bool ExecuteCommand(
CommandID cmdID
)
Parameters
Name | Type | Description |
---|---|---|
cmdID | CommandID | A CommandID object. |
Returns
Type | Description |
---|---|
Boolean | true if the specified command is executed; otherwise, false. |
Remarks
The ExecuteCommand method is now obsolete. Use the XRDesignPanel.ExecCommand method instead.
See Also