DiagramCommandsBase.CanExecute(DiagramCommand) Method
Gets whether the specified command can be executed in its current state.
Namespace: DevExpress.Diagram.Core
Assembly: DevExpress.Diagram.v20.2.Core.dll
Declaration
public bool CanExecute(
DiagramCommand command
)
Public Function CanExecute(
command As DiagramCommand
) As Boolean
Parameters
Name | Type | Description |
---|---|---|
command | DevExpress.Diagram.Core.DiagramCommand | A DevExpress.Diagram.Core.DiagramCommand object. |
Returns
Type | Description |
---|---|
Boolean | true if the specified command can be executed; otherwise, false. |
See Also
Feedback