Gets or sets the format of the link that is navigated to.

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

Syntax

C#
public string LinkFormat { get; set; }
Visual Basic
Public Property LinkFormat As String
	Get
	Set
Visual C++
public:
property String^ LinkFormat {
	String^ get ();
	void set (String^ value);
}

Field Value

The link format.

See Also