ClassSortDescriptorCollection
Class
Represents a strongly-typed collection of SortDescriptorBase instances.
Definition
Namespace:Telerik.Maui.Controls.Data
Assembly:Telerik.Maui.Controls.dll
Syntax:
cs-api-definition
public sealed class SortDescriptorCollection : DataDescriptorCollection<SortDescriptorBase>, IList<SortDescriptorBase>, ICollection<SortDescriptorBase>, IList, ICollection, IReadOnlyList<SortDescriptorBase>, IReadOnlyCollection<SortDescriptorBase>, IEnumerable<SortDescriptorBase>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged
Inheritance: objectCollection<SortDescriptorBase>ObservableCollection<SortDescriptorBase>DataDescriptorCollection<SortDescriptorBase>SortDescriptorCollection
Implements:
Inherited Members