[]
        
(Showing Draft Content)

C1.Data.DataSource.SortDescriptorCollection

SortDescriptorCollection Class

Collection of SortDescriptor dependency objects.

Namespace: C1.Data.DataSource
Assembly: C1.Data.Entity.4.8.dll
Syntax
public class SortDescriptorCollection : DependencyObjectCollection<SortDescriptor>, IList<SortDescriptor>, ICollection<SortDescriptor>, IList, ICollection, IReadOnlyList<SortDescriptor>, IReadOnlyCollection<SortDescriptor>, IEnumerable<SortDescriptor>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged
Public Class SortDescriptorCollection
    Inherits DependencyObjectCollection(Of SortDescriptor)
    Implements IList(Of SortDescriptor), ICollection(Of SortDescriptor), IList, ICollection, IReadOnlyList(Of SortDescriptor), IReadOnlyCollection(Of SortDescriptor), IEnumerable(Of SortDescriptor), IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged

Constructors

Name Description
SortDescriptorCollection()

Initializes a new instance of the SortDescriptorCollection class.

Extension Methods