Gets the command that will cause printing to occur when executed.

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 PrintCommand { get; }
Visual Basic
Public ReadOnly Property PrintCommand As ICommand
	Get
Visual C++
public:
property ICommand^ PrintCommand {
	ICommand^ get ();
}

Field Value

The print command.

See Also