New to Telerik UI for WPFStart a free 30-day trial

Definition

Constructors

C#
public DeselectCommand(RadImageEditor owner)
Parameters:ownerRadImageEditor

Properties

Gets a value indicating whether this command can be executed when RadImageEditor doesn't have a lodaded image. The default implementation returns false.

C#
protected override bool CanExecuteWithoutImage { get; }
Property Value:

true if this command requires an image be loaded; otherwise, false.

Overrides: ImageEditorCommandBase.CanExecuteWithoutImage

Methods

C#
protected override void ExecuteOverride(object parameter)
Parameters:parameterobject

Overrides: ImageEditorCommandBase.ExecuteOverride(object)