Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SortingMode Enumeration


In This Topic
    SortingMode Enumeration
    In This Topic
    The mode used to specify the sorting behavior.
    Syntax
    'Declaration
     
    
    Public Enum SortingMode 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As SortingMode
    public enum SortingMode : System.Enum 
    Members
    MemberDescription
    RangeSortingSorts by swapping real data in the models.
    ViewIndexSorts using the View index.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             FarPoint.Win.Spread.SortingMode

    See Also