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