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

In This Topic
    ChildItemsPath Property (TransposedGridTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.FlexGridBase<T>.ChildItemsPath. Sets the name of the property used to generate child rows in hierarchical grids.
    Syntax
    'Declaration
     
    Public Overridable Property ChildItemsPath As String
    public virtual string ChildItemsPath {get; set;}
    See Also