SortDescription Structure
Defines the direction and the property name to be used as the criteria for sorting a collection.
Assembly: WindowsBase (in WindowsBase.dll)
| Name | Description | |
|---|---|---|
![]() | SortDescription(String, ListSortDirection) | Initializes a new instance of the SortDescription structure. |
| Name | Description | |
|---|---|---|
![]() | Direction | Gets or sets a value that indicates whether to sort in ascending or descending order. |
![]() | IsSealed | Gets a value that indicates whether this object is in an immutable state. |
![]() | PropertyName | Gets or sets the property name being used as the sorting criteria. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | Compares the specified instance and the current instance of SortDescription for value equality.(Overrides ValueType.Equals(Object).) |
![]() | GetHashCode() | Returns the hash code for this instance of SortDescription.(Overrides ValueType.GetHashCode().) |
![]() | GetType() | |
![]() | ToString() | Returns the fully qualified type name of this instance.(Inherited from ValueType.) |
| Name | Description | |
|---|---|---|
![]() ![]() | Equality(SortDescription, SortDescription) | Compares two SortDescription objects for value equality. |
![]() ![]() | Inequality(SortDescription, SortDescription) | Compares two SortDescription objects for value inequality. |
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



