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