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

In This Topic
    ChildItemsPath Property (TreeMapTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.TreeMap<T>.ChildItemsPath. Sets the name of the property (or properties) used to generate child items in hierarchical data.
    Syntax
    'Declaration
     
    Public Property ChildItemsPath As String
    public string ChildItemsPath {get; set;}
    Remarks
    Set this property to an array containing the names of the properties that contain child items at each level, when the items are child items at different levels with different names (e.g. [ 'Accounts', 'Checks', 'Earnings' ]).
    See Also