Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SortingForm Class / Sort Property


In This Topic
    Sort Property (SortingForm)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property Sort As Sort
    'Usage
     
    
    Dim instance As SortingForm
    Dim value As Sort
     
    instance.Sort = value
     
    value = instance.Sort
    public Sort Sort {get; set;}
    See Also