• Product Bundles

    DevCraft

    All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:

    • Conversational UI
    • Online Training
    • Document Processing Library
    • Embedded Reporting for web and desktop
    Web
    Kendo UI UI for jQuery UI for Angular UI for React UI for Vue UI for ASP.NET AJAX UI for ASP.NET MVC UI for ASP.NET Core UI for Blazor UI for Silverlight UI for PHP UI for JSP
    Mobile
    UI for Xamarin
    Desktop
    UI for WinForms UI for WPF UI for WinUI UI for UWP
    Reporting & Mocking
    Telerik Reporting Telerik Report Server Telerik JustMock
    Automated Testing
    Test Studio Test Studio Dev Edition
    Debugging
    FiddlerCore Fiddler Everywhere
    CMS
    Sitefinity
    UX Design
    Unite UX
    Document Management
    Telerik Document Processing
    Innovations Lab
    VR DataViz
    Free Tools
    Fiddler Classic JustAssembly JustDecompile VB.NET to C# Converter Testing Framework
    View all products
  • Overview
  • Demos
    • What's New
    • Roadmap
    • Release History
  • Docs & Support
  • Pricing
  • Search
  • Shopping cart
    • Account Overview
    • Edit Profile
    • Payment Profiles
    • Renewals & Upgrades
    • Support Tickets
    • Log out
  • Login
  • Contact Us
  • Try now

Class FilterDescriptorCollection

Inheritance
System.Object
System.Collections.ObjectModel.Collection<FilterDescriptor>
NotifyCollection<FilterDescriptor>
FilterDescriptorCollection
GridViewFilterDescriptorCollection
ListViewFilterDescriptorCollection
Inherited Members
NotifyCollection<FilterDescriptor>.Empty
NotifyCollection<FilterDescriptor>.Move(Int32, Int32)
NotifyCollection<FilterDescriptor>.AddRange(FilterDescriptor[])
NotifyCollection<FilterDescriptor>.AddRange(IEnumerable<FilterDescriptor>)
NotifyCollection<FilterDescriptor>.BeginUpdate()
NotifyCollection<FilterDescriptor>.EndUpdate()
NotifyCollection<FilterDescriptor>.EndUpdate(Boolean)
NotifyCollection<FilterDescriptor>.DeferRefresh()
NotifyCollection<FilterDescriptor>.InsertItem(Int32, FilterDescriptor)
NotifyCollection<FilterDescriptor>.SetItem(Int32, FilterDescriptor)
NotifyCollection<FilterDescriptor>.RemoveItem(Int32)
NotifyCollection<FilterDescriptor>.ClearItems()
NotifyCollection<FilterDescriptor>.MoveItem(Int32, Int32)
NotifyCollection<FilterDescriptor>.CreateEventArguments(NotifyCollectionChangedAction)
NotifyCollection<FilterDescriptor>.CreateEventArguments(NotifyCollectionChangedAction, Object, Int32)
NotifyCollection<FilterDescriptor>.CreateEventArguments(NotifyCollectionChangedAction, Object, Object, Int32)
NotifyCollection<FilterDescriptor>.OnCollectionChanged(NotifyCollectionChangedEventArgs)
NotifyCollection<FilterDescriptor>.OnPropertyChanged(PropertyChangedEventArgs)
NotifyCollection<FilterDescriptor>.OnPropertyChanged(String)
NotifyCollection<FilterDescriptor>.Version
NotifyCollection<FilterDescriptor>.Suspended
NotifyCollection<FilterDescriptor>.CollectionChanged
NotifyCollection<FilterDescriptor>.PropertyChanged
System.Collections.ObjectModel.Collection<Telerik.WinControls.Data.FilterDescriptor>.Add(Telerik.WinControls.Data.FilterDescriptor)
System.Collections.ObjectModel.Collection<Telerik.WinControls.Data.FilterDescriptor>.Clear()
System.Collections.ObjectModel.Collection<Telerik.WinControls.Data.FilterDescriptor>.CopyTo(Telerik.WinControls.Data.FilterDescriptor[], System.Int32)
System.Collections.ObjectModel.Collection<Telerik.WinControls.Data.FilterDescriptor>.Contains(Telerik.WinControls.Data.FilterDescriptor)
System.Collections.ObjectModel.Collection<Telerik.WinControls.Data.FilterDescriptor>.GetEnumerator()
System.Collections.ObjectModel.Collection<Telerik.WinControls.Data.FilterDescriptor>.IndexOf(Telerik.WinControls.Data.FilterDescriptor)
System.Collections.ObjectModel.Collection<Telerik.WinControls.Data.FilterDescriptor>.Insert(System.Int32, Telerik.WinControls.Data.FilterDescriptor)
System.Collections.ObjectModel.Collection<Telerik.WinControls.Data.FilterDescriptor>.Remove(Telerik.WinControls.Data.FilterDescriptor)
System.Collections.ObjectModel.Collection<Telerik.WinControls.Data.FilterDescriptor>.RemoveAt(System.Int32)
System.Collections.ObjectModel.Collection<Telerik.WinControls.Data.FilterDescriptor>.System.Collections.IEnumerable.GetEnumerator()
System.Collections.ObjectModel.Collection<Telerik.WinControls.Data.FilterDescriptor>.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
System.Collections.ObjectModel.Collection<Telerik.WinControls.Data.FilterDescriptor>.System.Collections.IList.get_Item(System.Int32)
System.Collections.ObjectModel.Collection<Telerik.WinControls.Data.FilterDescriptor>.System.Collections.IList.set_Item(System.Int32, System.Object)
System.Collections.ObjectModel.Collection<Telerik.WinControls.Data.FilterDescriptor>.System.Collections.IList.Add(System.Object)
System.Collections.ObjectModel.Collection<Telerik.WinControls.Data.FilterDescriptor>.System.Collections.IList.Contains(System.Object)
System.Collections.ObjectModel.Collection<Telerik.WinControls.Data.FilterDescriptor>.System.Collections.IList.IndexOf(System.Object)
System.Collections.ObjectModel.Collection<Telerik.WinControls.Data.FilterDescriptor>.System.Collections.IList.Insert(System.Int32, System.Object)
System.Collections.ObjectModel.Collection<Telerik.WinControls.Data.FilterDescriptor>.System.Collections.IList.Remove(System.Object)
System.Collections.ObjectModel.Collection<Telerik.WinControls.Data.FilterDescriptor>.Count
System.Collections.ObjectModel.Collection<Telerik.WinControls.Data.FilterDescriptor>.Items
System.Collections.ObjectModel.Collection<Telerik.WinControls.Data.FilterDescriptor>.Item[System.Int32]
System.Collections.ObjectModel.Collection<Telerik.WinControls.Data.FilterDescriptor>.System.Collections.Generic.ICollection<Telerik.WinControls.Data.FilterDescriptor>.IsReadOnly
System.Collections.ObjectModel.Collection<Telerik.WinControls.Data.FilterDescriptor>.System.Collections.ICollection.IsSynchronized
System.Collections.ObjectModel.Collection<Telerik.WinControls.Data.FilterDescriptor>.System.Collections.ICollection.SyncRoot
System.Collections.ObjectModel.Collection<Telerik.WinControls.Data.FilterDescriptor>.System.Collections.IList.Item[System.Int32]
System.Collections.ObjectModel.Collection<Telerik.WinControls.Data.FilterDescriptor>.System.Collections.IList.IsReadOnly
System.Collections.ObjectModel.Collection<Telerik.WinControls.Data.FilterDescriptor>.System.Collections.IList.IsFixedSize
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.Data
Assembly: Telerik.WinControls.dll

Syntax

public class FilterDescriptorCollection : NotifyCollection<FilterDescriptor>, IList<FilterDescriptor>, ICollection<FilterDescriptor>, IList, ICollection, IReadOnlyList<FilterDescriptor>, IReadOnlyCollection<FilterDescriptor>, IEnumerable<FilterDescriptor>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged

Constructors

FilterDescriptorCollection()

Declaration
public FilterDescriptorCollection()

Properties

Expression

Gets or sets the expression.

Declaration
public virtual string Expression { get; set; }
Property Value
System.String

The expression.

LogicalOperator

Gets or sets the logical operator.

Declaration
public virtual FilterLogicalOperator LogicalOperator { get; set; }
Property Value
FilterLogicalOperator

The logical operator.

UseCaseSensitiveFieldNames

Gets or sets a value indicating whether fields with names that differ only in the casing should be considered different.

Declaration
public bool UseCaseSensitiveFieldNames { get; set; }
Property Value
System.Boolean

Methods

Add(String, FilterOperator, Object)

Adds the specified property name.

Declaration
public void Add(string propertyName, FilterOperator filterOperator, object value)
Parameters
System.String propertyName

Name of the property.

FilterOperator filterOperator

The filter operator.

System.Object value

The value.

Contains(String)

Determines whether [contains] [the specified property name].

Declaration
public bool Contains(string propertyName)
Parameters
System.String propertyName

Name of the property.

Returns
System.Boolean

true if [contains] [the specified property name]; otherwise, false.

IndexOf(String)

Indexes the of.

Declaration
public int IndexOf(string propertyName)
Parameters
System.String propertyName

Name of the property.

Returns
System.Int32

Remove(String)

Removes the specified property name.

Declaration
public bool Remove(string propertyName)
Parameters
System.String propertyName

Name of the property.

Returns
System.Boolean

Remove(String, Predicate<FilterDescriptor>)

Removes the specified property name.

Declaration
public bool Remove(string propertyName, Predicate<FilterDescriptor> predicate)
Parameters
System.String propertyName

Name of the property.

System.Predicate<FilterDescriptor> predicate

The predicate which determine weather the filter can be deleted.

Returns
System.Boolean

Extension Methods

SvgExtentions.Traverse<T>(T, Func<T, IEnumerable<T>>)
SvgExtentions.TraverseDepthFirst<T>(T, Func<T, IEnumerable<T>>)

Was this article helpful?

Tell us how we can improve this article

Skip
Getting Started
  • Install Now
  • Demos
  • Step-by-Step Tutorial
  • Sample Applications
  • SDK Samples
  • Visual Studio Extensions
Support Resources
  • Code Library
  • Knowledge Base
  • Videos
Community
  • Forums
  • Blogs
  • Feedback Portal
  • Document Processing Feedback Portal

Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.

Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.