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

In This Topic
    SubFields Property (PivotFieldTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.Olap.PivotField.SubFields. Sets the child fields.
    Syntax
    'Declaration
     
    Public Property SubFields As IList(Of PivotField)
    public IList<PivotField> SubFields {get; set;}
    See Also