FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport Namespace / Group Class / Sort Property

In This Topic
    Sort Property (Group)
    In This Topic
    Gets or sets the group's sort order. If SortExpression is specified, it is used for sorting, otherwise GroupBy is used.
    Syntax
    'Declaration
     
    Public Property Sort As SortEnum
    public SortEnum Sort {get; set;}
    See Also