Gets the command that will cancel the current search operation.

Namespace: FirstFloor.Documents.Controls
Assembly: FirstFloor.Documents.Controls (in FirstFloor.Documents.Controls.dll) Version: 2.5.0.0 (2.5.1.0)

Syntax

C#
public ICommand CancelSearchCommand { get; }
Visual Basic
Public ReadOnly Property CancelSearchCommand As ICommand
	Get
Visual C++
public:
property ICommand^ CancelSearchCommand {
	ICommand^ get ();
}

Field Value

The cancel search command.

See Also