Describes a QueryableCollectionView.
Definition
Namespace:Telerik.Windows.Data
Assembly:Telerik.Windows.Data.dll
Syntax:
public class QueryableCollectionViewSource : DependencyObject, ISupportInitialize, IDisposable
Inheritance: objectQueryableCollectionViewSource
Implements:
Constructors
Initializes a new instance of the QueryableCollectionViewSource class.
public QueryableCollectionViewSource()
Fields
SourceProperty
DependencyProperty
The DependencyProperty for the Source property.
public static readonly DependencyProperty SourceProperty
ViewProperty
DependencyProperty
The DependencyProperty for the View property.
public static readonly DependencyProperty ViewProperty
Properties
Gets the filter descriptors used for filtering operations.
public CompositeFilterDescriptorCollection FilterDescriptors { get; }
The filter descriptors.
Gets the group descriptors used for grouping operations.
public GroupDescriptorCollection GroupDescriptors { get; }
The group descriptors.
Gets the sort descriptors used for sorting operations.
public SortDescriptorCollection SortDescriptors { get; }
The sort descriptors.
Source is the underlying collection.
public IEnumerable Source { get; set; }
Methods
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public void Dispose()
Implements:
Unsubscribes form collection changed events.