ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.Olap Assembly / C1.Web.Mvc.Olap Namespace / CubeField Class / SubFields Property

In This Topic
    SubFields Property (CubeField)
    In This Topic
    Gets the child fields.
    Syntax
    'Declaration
     
    Public ReadOnly Property SubFields As IList(Of CubeField)
    public IList<CubeField> SubFields {get;}
    See Also