Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / IGroupSupport2 Interface / GroupComparer Property


In This Topic
    GroupComparer Property (IGroupSupport2)
    In This Topic
    Gets the comparer for the group.
    Syntax
    'Declaration
     
    
    ReadOnly Property GroupComparer As IComparer
    'Usage
     
    
    Dim instance As IGroupSupport2
    Dim value As IComparer
     
    value = instance.GroupComparer
    IComparer GroupComparer {get;}
    See Also