Click or drag to resize
IAircraftComparerSortBy Property
Gets a list of key-value pairs where the key is the column to sort by (see AircraftComparerColumn) and the value is a bool indicating whether the sort is ascending (true) or descending (false).

Namespace: VirtualRadar.Interface
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
IList<KeyValuePair<string, bool>> SortBy { get; }

Property Value

Type: IListKeyValuePairString, Boolean
See Also