Control that serves as a template container for rendering blog UI.

Namespace: MonoSoftware.MonoX.ModuleGallery.Blog
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public Control TemplateContainer { get; set; }
Visual Basic
Public Property TemplateContainer As Control
	Get
	Set
Visual C++
public:
property Control^ TemplateContainer {
	Control^ get ();
	void set (Control^ value);
}
F#
member TemplateContainer : Control with get, set

Property Value

Type: Control

See Also