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