Item type.

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

Syntax

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

Property Value

Type: HierarchicalListItemType

See Also