
'Declaration <DefaultMemberAttribute("Item")> Public NotInheritable Class FilterExpressionCollection
'Usage Dim instance As FilterExpressionCollection
[DefaultMember("Item")] public sealed class FilterExpressionCollection
System.Object
Xceed.Wpf.Data.FilterExpressionCollection
Name | Description | |
---|---|---|
![]() | Count | Gets the number of filter expressions contained in the collection. |
![]() | IsReadOnly | Gets a value indicating if the collection is read-only. |
![]() | Item | Gets or sets the filter expression at the specified index. |
Name | Description | |
---|---|---|
![]() | Add | Adds a filter expression to the end of the collection. |
![]() | Clear | Removes all filter expressions from the collection. |
![]() | Contains | Determines whether the specified filter expression is in the collection. |
![]() | CopyTo | Copies the entire collection to a compatible one-dimensional array, starting at the specified index in the destination array. |
![]() | GetEnumerator | Retrieves an enumerator that iterates through the collection. |
![]() | IndexOf | Retrieves the index of the first occurrence of specified filter expression. |
![]() | Insert | Inserts a filter expression into the collection at the specified index. |
![]() | Remove | Removes the specified filter expression from the collection. |
![]() | RemoveAt | Removes the filter expression at the specified index from the collection. |
Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2