Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SortInfo Class / Comparer Property


In This Topic
    Comparer Property (SortInfo)
    In This Topic
    Gets or sets the IComparer object for the method of comparison.
    Syntax
    'Declaration
     
    
    Public Overridable Property Comparer As IComparer
    'Usage
     
    
    Dim instance As SortInfo
    Dim value As IComparer
     
    instance.Comparer = value
     
    value = instance.Comparer
    public virtual IComparer Comparer {get; set;}
    See Also