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

Syntax

C#
public Object CommandSource { get; }
Visual Basic
Public ReadOnly Property CommandSource As Object
	Get
Visual C++
public:
property Object^ CommandSource {
	Object^ get ();
}
F#
member CommandSource : Object with get

Property Value

Type: Object

See Also