Looks up a localized string similar to Template child '{0}' is found but of invalid type '{1}'. Expecting type: '{2}'.

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 static string TemplateChildWrongType { get; }
Visual Basic
Public Shared ReadOnly Property TemplateChildWrongType As String
	Get
Visual C++
public:
static property String^ TemplateChildWrongType {
	String^ get ();
}

See Also