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

In This Topic
    ChildItemsPath Property (SunburstTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.Sunburst<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;}
    See Also