[]
        
(Showing Draft Content)

C1.Web.Mvc.TreeMap-1.MaxDepth

MaxDepth Property

MaxDepth

Gets or sets the maximum number of node levels to show in the current view.

Declaration
public int MaxDepth { get; set; }
Remarks

Levels will be flattened into the current plane. If your TreeMap<T> has more levels than this, you will have to go up or down to see them.