Class QueryableCollectionViewSource
Describes a QueryableCollectionView.
Inheritance
Namespace: Telerik.Windows.Data
Assembly: Telerik.Windows.Data.dll
Syntax
public class QueryableCollectionViewSource : DependencyObject, ISupportInitialize, IDisposable
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
System.Windows.DependencyProperty
|
ViewProperty
The DependencyProperty for the View property.
Declaration
public static readonly DependencyProperty ViewProperty
Field Value
System.Windows.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
GroupDescriptorCollection
The group descriptors. |
SortDescriptors
Gets the sort descriptors used for sorting operations.
Declaration
public SortDescriptorCollection SortDescriptors { get; }
Property Value
SortDescriptorCollection
The sort descriptors. |
Source
Source is the underlying collection.
Declaration
public IEnumerable Source { get; set; }
Property Value
System.Collections.IEnumerable
|
Methods
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Declaration
public void Dispose()
Dispose(Boolean)
Unsubscribes form collection changed events.
Declaration
protected virtual void Dispose(bool disposing)
Parameters
System.Boolean
disposing
|