Gets or sets Templated list view that is used for rendering the "repeatable" section of this control.

Namespace: MonoSoftware.MonoX.ModuleGallery.SocialNetworking
Assembly: MonoX (in MonoX.dll) Version: 4.5.3057.35 (4.5.3057.35)

Syntax

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

See Also