FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / GroupingEventArgs Class / GroupComparer Property


In This Topic
GroupComparer Property (GroupingEventArgs)
In This Topic
Gets or sets the group comparer.
Syntax
'Declaration
 
Public Property GroupComparer As IComparer
 
'Usage
 
Dim instance As GroupingEventArgs
Dim value As IComparer
 
instance.GroupComparer = value
 
value = instance.GroupComparer
See Also