GrapeCity MultiRow Windows Forms Documentation
DropDownSortItem Constructor(SortOrder,IComparer)


The expected order when sorting GcMultiRow by clicking this item.
An implementation of System.Collections.IComparer that performs the custom sorting operation.
Initializes a new instance of the DropDownSortItem class with the specified sort order and compare rule.
Syntax
Public Function New( _
   ByVal sortOrder As SortOrder, _
   ByVal comparer As IComparer _
)
Dim sortOrder As SortOrder
Dim comparer As IComparer
 
Dim instance As New DropDownSortItem(sortOrder, comparer)
public DropDownSortItem( 
   SortOrder sortOrder,
   IComparer comparer
)

Parameters

sortOrder
The expected order when sorting GcMultiRow by clicking this item.
comparer
An implementation of System.Collections.IComparer that performs the custom sorting operation.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DropDownSortItem Class
DropDownSortItem Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.