ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / TreeMapTagHelper Class / MaxDepth Property

In This Topic
    MaxDepth Property (TreeMapTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.TreeMap<T>.MaxDepth. Sets the maximum number of node levels to show in the current view.
    Syntax
    'Declaration
     
    Public Property MaxDepth As Integer
    public int MaxDepth {get; set;}
    Remarks
    Levels will be flattened into the current plane. If your C1.Web.Mvc.TreeMap<T> has more levels than this, you will have to go up or down to see them.
    See Also