Class
QueryableCollectionViewSource

Definition

Namespace:Telerik.Windows.Data

Assembly:Telerik.Windows.Data.dll

Syntax:

cs-api-definition
public class QueryableCollectionViewSource : DependencyObject, ISupportInitialize, IDisposable

Inheritance: objectQueryableCollectionViewSource

Implements: IDisposableISupportInitialize

Constructors

QueryableCollectionViewSource()

Initializes a new instance of the QueryableCollectionViewSource class.

Declaration

cs-api-definition
public QueryableCollectionViewSource()

Fields

SourceProperty

The DependencyProperty for the Source property.

Declaration

cs-api-definition
public static readonly DependencyProperty SourceProperty

Field Value

DependencyProperty

ViewProperty

The DependencyProperty for the View property.

Declaration

cs-api-definition
public static readonly DependencyProperty ViewProperty

Field Value

DependencyProperty

Properties

FilterDescriptors

Gets the filter descriptors used for filtering operations.

Declaration

cs-api-definition
public CompositeFilterDescriptorCollection FilterDescriptors { get; }

Property Value

CompositeFilterDescriptorCollection

The filter descriptors.

GroupDescriptors

Gets the group descriptors used for grouping operations.

Declaration

cs-api-definition
public GroupDescriptorCollection GroupDescriptors { get; }

Property Value

GroupDescriptorCollection

The group descriptors.

SortDescriptors

Gets the sort descriptors used for sorting operations.

Declaration

cs-api-definition
public SortDescriptorCollection SortDescriptors { get; }

Property Value

SortDescriptorCollection

The sort descriptors.

Source

Source is the underlying collection.

Declaration

cs-api-definition
public IEnumerable Source { get; set; }

Property Value

IEnumerable

Methods

Dispose()

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

Declaration

cs-api-definition
public void Dispose()

Implements IDisposable.Dispose()

Dispose(bool)

Unsubscribes form collection changed events.

Declaration

cs-api-definition
protected virtual void Dispose(bool disposing)

Parameters

disposing

bool