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

In This Topic
    Items Property (PivotFieldCollection)
    In This Topic
    Gets the field collection.
    Syntax
    'Declaration
     
    Public Property Items As IList(Of PivotFieldBase)
    public IList<PivotFieldBase> Items {get; set;}
    See Also