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

Represents a view for grouping, sorting and filtering a data collection.

Definition

Properties

Gets the filter descriptors used for filtering operations.

C#
CompositeFilterDescriptorCollection FilterDescriptors { get; }
Property Value:

The filter descriptors.

Gets the group descriptors used for grouping operations.

C#
GroupDescriptorCollection GroupDescriptors { get; }
Property Value:

The group descriptors.

Gets the sort descriptors used for sorting operations.

C#
SortDescriptorCollection SortDescriptors { get; }
Property Value:

The sort descriptors.