Gets the level (depth) of the cell in the tree hierarchy.

Namespace: Mindscape.SilverlightElements
Assembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public int Level { get; internal set; }
Visual Basic
Public Property Level As Integer
	Get
	Friend Set
Visual C++
public:
property int Level {
	int get ();
	internal: void set (int value);
}

See Also