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


In This Topic
    SortInfo Property (GroupingEventArgs)
    In This Topic
    Gets the sorting information.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property SortInfo As SortInfo
    'Usage
     
    
    Dim instance As GroupingEventArgs
    Dim value As SortInfo
     
    value = instance.SortInfo
    public SortInfo SortInfo {get;}

    Property Value

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