Intersoft.Client.Data.ComponentModel Namespace > PagedCollectionView Class : Filter Property |
Public Property Filter As Predicate(Of Object)
Dim instance As PagedCollectionView Dim value As Predicate(Of Object) instance.Filter = value value = instance.Filter
public Predicate<object> Filter {get; set;}
public: property Predicate<Object^>^ Filter { Predicate<Object^>^ get(); void set ( Predicate<Object^>^ value); }
Exception | Description |
---|---|
System.NotSupportedException | The implementation does not support filtering.Simpler implementations do not support filtering and will throw a System.NotSupportedException. Check the System.Windows.Data.PagedCollectionView.CanFilter property to test whether filtering is supported before assigning a non-null value. |
System.InvalidOperationException | System.Windows.Data.PagedCollectionView.IsAddingNew is true.-or-System.Windows.Data.PagedCollectionView.IsEditingItem is true. |
Target Platforms: 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