Sort Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies sort field and direction.
public sealed class Sort
type Sort = class
Public NotInheritable Class Sort
- Inheritance
-
Sort
Constructors
| Sort(String, SortDirection) |
Initializes a new instance of the Sort class. |
Properties
| SortDirection |
Gets the sort direction. |
| SortField |
Gets the sort field. |
Methods
| ToString() |
Prints the sort details. |