SortedProperty Struct
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.
Holds the name of a property and the direction to sort by.
public readonly struct SortedProperty
type SortedProperty = struct
Public Structure SortedProperty
- Inheritance
-
SortedProperty
Properties
Direction |
The direction to sort by. |
PropertyName |
The property name for the sorting rule. |