PortfolioSort
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:
C#
public class PortfolioSort
Inheritance: objectPortfolioSort
Methods
Adds a sort field with the specified sort direction.
Clears all sort fields.
C#
public void Clear()
Properties
Gets the list of ascending flags corresponding to each sort field. True indicates ascending order; false indicates descending order.
C#
public IReadOnlyList<bool> Ascending { get; }
Gets the list of field keys used for sorting, in priority order. The first field is the primary sort key; subsequent fields break ties.
C#
public IReadOnlyList<string> SortFields { get; }