PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview.DataBinding Namespace / Sorting Class / Expressions Property

In This Topic
    Expressions Property (Sorting)
    In This Topic
    Gets the collection of SortExpression objects defined on the current object.
    Syntax
    'Declaration
     
    Public ReadOnly Property Expressions As SortExpressionCollection
    public SortExpressionCollection Expressions {get;}
    See Also