Property OrderByFields
OrderByFields
Gets a mutable list of OrderBy objects indicating the display order for the related records and whether they should be sorted in ascending or descending order.
Declaration
public IList<OrderBy> OrderByFields { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.IList<OrderBy> | A mutable list of OrderBy. |
Remarks
If this list is empty, the related records are displayed in whatever order the server decides.
Applies to
Platforms and versions
| Target | Versions |
|---|---|
| .NET Standard 2.0 | 200.3 - 200.8 |
| .NET | 200.3 - 200.8 |
| .NET Windows | 200.3 - 200.8 |
| .NET Android | 200.3 - 200.8 |
| .NET iOS | 200.3 - 200.8 |
| .NET Framework | 200.3 - 200.8 |
| UWP | 200.3 - 200.8 |