FlexPivot for WPF | ComponentOne
C1.PivotEngine Assembly / C1.PivotEngine Namespace / PivotFilter Class
Properties Methods Events


In This Topic
    PivotFilter Class Members
    In This Topic

    The following tables list the members exposed by PivotFilter.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of a PivotFilter.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets whether the filter conditions should be combined with an 'And' or with an 'Or' operator.  
    Public PropertyGets the first filter condition.  
    Public PropertyGets the second filter condition.  
    Public PropertyGets the field that this filter is acting on.  
    Public PropertyGets a value that indicates the filter is active.  
    Public PropertyGets a value that indicates the custom filter is active.  
    Public PropertyGets or sets an array with the values that should be included in the output.  
    Public PropertySpecifies the number of elements with the highest (lowest) values to be included in the output.  
    Public PropertyDefines whether the filter returns top N or bottom N elements.  
    Public PropertyDefines the value field to be used to calculate the top N elements.  
    Public PropertyGets or sets the list of values to be displayed in the value filter list editor.  
    Top
    Public Methods
     NameDescription
    Public MethodApplies the filter to a value.  
    Public MethodClears the filter.  
    Public MethodReads a filter from Xml.  
    Public MethodPersist filter to Xml.  
    Top
    Protected Methods
     NameDescription
    Protected MethodRaises the PropertyChanged event.  
    Top
    Public Events
     NameDescription
    Public EventFires when a property changes.  
    Top
    Public Operators
    See Also