Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SortedEventArgs Class / SortingMode Property


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