Item depth.

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

Syntax

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

Property Value

Type: Int32

See Also