FlexReport for UWP | ComponentOne
C1.UWP.FlexReport Assembly / C1.Xaml.FlexReport Namespace / Group Class / Sort Property

In This Topic
    Sort Property
    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