PersistentDataViewSortBy Property

Spotfire 14.3 API Reference
Gets or sets a list of column aliases combined with sort order to sort by. The column aliases has to match aliases of the ColumnExpressions in this view. The list may not be null, and is not mutable so you cannot modify the returned list. If no sort by configuration is provided the view will be sorted by the group by columns.

Namespace:  Spotfire.Dxp.Data
Assembly:  Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 65.0.19510.3242 (65.0.19510.3242)
Syntax

C#
public IList<Tuple<string, SortOrder>> SortBy { get; set; }

Property Value

Type: IListTupleString, SortOrder
Version Information

Supported in: 14.3, 14.2, 14.1, 14.0, 12.5, 12.4, 12.3, 12.2, 12.1, 12.0, 11.8
See Also

Reference