[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.TreeMapBuilder-1.MaxDepth

MaxDepth Method

MaxDepth(int)

Configurates MaxDepth. Sets the maximum number of node levels to show in the current view.

Declaration
public TreeMapBuilder<T> MaxDepth(int value)
Parameters
Type Name Description
int value

The value.

Returns
Type Description
TreeMapBuilder<T>

Current builder.

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.