Gets or sets the templated control.

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

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);
}
F#
member TemplatedControl : ListView with get, set

Property Value

Type: ListView

See Also