ClassSortDescriptorCollection
Class
Represents collection of SortDescriptor.
Definition
Namespace:Telerik.Windows.Data
Assembly:Telerik.Windows.Data.dll
Syntax:
cs-api-definition
public class SortDescriptorCollection : ObservableItemCollection<ISortDescriptor>, IList<ISortDescriptor>, ICollection<ISortDescriptor>, IList, ICollection, IReadOnlyList<ISortDescriptor>, IReadOnlyCollection<ISortDescriptor>, IEnumerable<ISortDescriptor>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged, ISuspendNotifications, INotifyItemChanged
Inheritance: objectCollection<ISortDescriptor>ObservableCollection<ISortDescriptor>RadObservableCollection<ISortDescriptor>ObservableItemCollection<ISortDescriptor>SortDescriptorCollection
Implements:
Inherited Members
Constructors
SortDescriptorCollection()
Declaration
cs-api-definition
public SortDescriptorCollection()