[]
        
(Showing Draft Content)

C1.C1Preview.DataBinding.SortExpressionCollection

SortExpressionCollection Class

Collection of SortExpression objects.

Inheritance
SortExpressionCollection
Namespace: C1.C1Preview.DataBinding
Assembly: C1.PrintDocument.4.8.dll
Syntax
public class SortExpressionCollection : OwnedCollection, IList, ICollection, IEnumerable

Constructors

Name Description
SortExpressionCollection(ICollectionOwner)

Initializes a new instance of the SortExpressionCollection class.

Properties

Name Description
this[int]

Gets or sets the element at the specified index.

Methods

Name Description
Add(SortExpression)

Adds a SortExpression object to the current collection.

Add(string)

Adds an ascending SortExpression specified by the expression text to the current collection.

Add(string, SortDirectionEnum)

Adds a SortExpression specified by the expression text and sort direction to the current collection.