Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SortState Enumeration


In This Topic
    SortState Enumeration
    In This Topic
    Specifies the sorting state for the current column so the column renderer knows which sorting image to draw.
    Syntax
    'Declaration
     
    
    Public Enum SortState 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As SortState
    public enum SortState : System.Enum 
    Members
    MemberDescription
    AscendingSorted in ascending order.
    AscendingDisabledSorted in ascending order, and the control is disabled.
    DescendingSorted in descending order.
    DescendingDisabledSorted in descending order, and the control is disabled.
    NoneSorting is not enabled.
    UnsortedSorting is available, but not currently in use.
    UnsortedDisabledSorting is not enabled, and the control is disabled.
    Inheritance Hierarchy

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

    See Also