Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

SortingCollection Constructors

A collection of SortProperty objects.
Name Parameters Description
SortingCollection() none Initializes a new instance of the SortingCollection class with default settings.
SortingCollection(SortProperty[]) sortProperties Initializes a new instance of the SortingCollection class and populates it with the specified elements.
SortingCollection(Object, SortProperty[]) owner, sortProperties Initializes a new instance of the SortingCollection class and populates it with the specified elements.
See Also