ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc.Olap Namespace / PivotPanel Class / FilterFields Property

In This Topic
    FilterFields Property
    In This Topic
    Gets the list of PivotField objects that define the fields used as filters.
    Syntax
    'Declaration
     
    
    <C1IgnoreAttribute()>
    Public ReadOnly Property FilterFields As PivotFieldCollection
    [C1Ignore()]
    public PivotFieldCollection FilterFields {get;}
    Remarks
    This property doesn't work when the value of the ItemsSourceId property is not empty.
    See Also