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

In This Topic
    Sorting Property (C1DataBinding)
    In This Topic
    Gets the Sorting object that determines how data retrieved by the current data binding is sorted.
    Syntax
    'Declaration
     
    Public ReadOnly Property Sorting As Sorting
    public Sorting Sorting {get;}
    See Also