ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / ManualGridGroup Class / Children Property

In This Topic
    Children Property (ManualGridGroup)
    In This Topic
    Gets the child tiles.
    Syntax
    'Declaration
     
    Public ReadOnly Property Children As IList(Of ManualGridTile)
    public IList<ManualGridTile> Children {get;}
    See Also