Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SortingEventArgs Class / SortingMode Property


In This Topic
    SortingMode Property (SortingEventArgs)
    In This Topic
    Gets the SortingMode setting that specifies the sorting behavior.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property SortingMode As SortingMode
    'Usage
     
    
    Dim instance As SortingEventArgs
    Dim value As SortingMode
     
    value = instance.SortingMode
    public SortingMode SortingMode {get;}
    See Also