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

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