FilterCollection
Class
Definition
Namespace:Telerik.Reporting
Assembly:Telerik.Reporting.dll
Syntax:
C#
[TypeConverter("Telerik.Reporting.Design.FilteringCollectionConverter, Telerik.Reporting.Design, Version=20.2.26.812, Culture=neutral, PublicKeyToken=a9d7983dfcc261be")]
public class FilterCollection : Collection<Filter>
Inheritance: objectCollection<Filter>FilterCollection
Derived Classes:
Constructors
C#
public FilterCollection()
Methods
Internal use only
C#
public void Add(string expression, FilterOperator op, string value)
Internal use only
TODO: Add documentation.
TODO: Add documentation.
C#
public override bool Equals(object obj)
bool
Overrides:
TODO: Add documentation.
C#
public override int GetHashCode()
int
Overrides:
Internal use only
C#
protected override void InsertItem(int index, Filter item)
Overrides: