Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ComplexSortInfo Class / SortBy Property


In This Topic
    SortBy Property (ComplexSortInfo)
    In This Topic
    Gets the sort type.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property SortBy As SortBy
    'Usage
     
    
    Dim instance As ComplexSortInfo
    Dim value As SortBy
     
    value = instance.SortBy
    public SortBy SortBy {get;}
    See Also