Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / GroupingEventArgs Class / GroupComparer Property
Example


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
    public IComparer GroupComparer {get; set;}

    Property Value

    IComparer object containing the comparer
    Example
    This example sets a custom comparer for the grouped items.
    See Also