FlexReport for UWP | ComponentOne
C1.UWP.FlexReport Assembly / C1.Xaml.FlexReport Namespace / DataSource Class / SortDefinitions Property

In This Topic
    SortDefinitions Property
    In This Topic
    Gets the SortDefinitionCollection collection defining sort of the data source.
    Syntax
    'Declaration
     
    Public ReadOnly Property SortDefinitions As SortDefinitionCollection
    public SortDefinitionCollection SortDefinitions {get;}
    See Also