SortOperator.ReverseOrder Property
Gets or sets a value specifying if the order of the features should be reversed.
Syntax
public System.Boolean ReverseOrder { get; set; }
Property Value
Default: false
A value specifying if the order of the features should be reversed.
Remarks
If this property is true, the list of features will be reversed, after the sorting has been done. If you only wish to reverse the order without sorting, set this property to True and leave the Key property empty.
Platforms
Windows, Linux, Android