Click or drag to resize

SortingDataColumnsModelColumnsToSort Property

Gets the columns to sort together with their sort order. The columns could be either data columns or property columns.

Namespace: Altaxo.Gui.Data.Sorting
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public List<(DataColumn column, bool isAscendingOrder)> ColumnsToSort { get; }

Property Value

ListValueTupleDataColumn, Boolean
See Also