Gets or sets a value indicating whether this instance is the default.

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 bool IsDefault { get; set; }
Visual Basic
Public Property IsDefault As Boolean
	Get
	Set
Visual C++
public:
property bool IsDefault {
	bool get ();
	void set (bool value);
}

Field Value

true if this instance is default; otherwise, false.

See Also