Gets or sets 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 Depth { get; set; }
Visual Basic
Public Property Depth As Integer
	Get
	Set
Visual C++
public:
property int Depth {
	int get ();
	void set (int value);
}
F#
member Depth : int with get, set

Property Value

Type: Int32

See Also