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.InterfaceAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax IList<KeyValuePair<string, bool>> SortBy { get; }
ReadOnly Property SortBy As IList(Of KeyValuePair(Of String, Boolean))
Get
property IList<KeyValuePair<String^, bool>>^ SortBy {
IList<KeyValuePair<String^, bool>>^ get ();
}
abstract SortBy : IList<KeyValuePair<string, bool>> with get
Property Value
Type:
IListKeyValuePairString,
BooleanSee Also