Type of the node.

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

Syntax

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

Property Value

Type: String

See Also