IQueryableCollectionView
Interface
Represents a view for grouping, sorting and filtering a data collection.
Definition
Namespace:Telerik.Windows.Data
Assembly:Telerik.Windows.Data.dll
Syntax:
C#
public interface IQueryableCollectionView : IItemProperties
Derived Classes:
Properties
Gets the filter descriptors used for filtering operations.
C#
CompositeFilterDescriptorCollection FilterDescriptors { get; }
The filter descriptors.
Gets the group descriptors used for grouping operations.
C#
GroupDescriptorCollection GroupDescriptors { get; }
The group descriptors.
Gets the sort descriptors used for sorting operations.
C#
SortDescriptorCollection SortDescriptors { get; }
The sort descriptors.