New to Telerik UI for WPFStart a free 30-day trial

Definition

Namespace:Telerik.Windows.Data

Assembly:Telerik.Windows.Data.dll

Syntax:

C#
public class QueryableCollectionViewSource : DependencyObject, ISupportInitialize, IDisposable

Inheritance: objectQueryableCollectionViewSource

Implements: IDisposableISupportInitialize

Constructors

Initializes a new instance of the QueryableCollectionViewSource class.

C#
public QueryableCollectionViewSource()

Fields

SourceProperty

DependencyProperty

The DependencyProperty for the Source property.

C#
public static readonly DependencyProperty SourceProperty

ViewProperty

DependencyProperty

The DependencyProperty for the View property.

C#
public static readonly DependencyProperty ViewProperty

Properties

Gets the filter descriptors used for filtering operations.

C#
public CompositeFilterDescriptorCollection FilterDescriptors { get; }
Property Value:

The filter descriptors.

Gets the group descriptors used for grouping operations.

C#
public GroupDescriptorCollection GroupDescriptors { get; }
Property Value:

The group descriptors.

Gets the sort descriptors used for sorting operations.

C#
public SortDescriptorCollection SortDescriptors { get; }
Property Value:

The sort descriptors.

Source is the underlying collection.

C#
public IEnumerable Source { get; set; }

Methods

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

C#
public void Dispose()

Implements: IDisposable.Dispose()

Unsubscribes form collection changed events.

C#
protected virtual void Dispose(bool disposing)
Parameters:disposingbool