Gets or sets the display name of this view mode instance.

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

Field Value

The name.

See Also