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


In This Topic
    GroupComparer Property (GroupDataModel)
    In This Topic
    Gets the group comparer.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property GroupComparer As IComparer
    'Usage
     
    
    Dim instance As GroupDataModel
    Dim value As IComparer
     
    value = instance.GroupComparer
    public IComparer GroupComparer {get;}

    Property Value

    IComparer object containing the comparer
    Example
    This example returns the value from the specified index.
    See Also