ClassPortfolioSort
Class
Represents sort settings for a PDF Portfolio, specifying how embedded files are ordered.
Definition
Namespace:Telerik.Windows.Documents.Fixed.Model.Collections
Assembly:Telerik.Windows.Documents.Fixed.dll
Syntax:
cs-api-definition
public class PortfolioSort
Inheritance: objectPortfolioSort
Properties
Ascending
Gets the list of ascending flags corresponding to each sort field. True indicates ascending order; false indicates descending order.
Declaration
cs-api-definition
public IReadOnlyList<bool> Ascending { get; }
Property Value
SortFields
Gets the list of field keys used for sorting, in priority order. The first field is the primary sort key; subsequent fields break ties.
Declaration
cs-api-definition
public IReadOnlyList<string> SortFields { get; }
Property Value
Methods
AddSortField(string, bool)
Adds a sort field with the specified sort direction.