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

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