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


The expected order when sorting GcMultiRowby clicking this item.
A System.Boolean value that indicates whether the sort is case sensitive.
Initializes a new instance of the DropDownSortItem class with the specified sort order.
Syntax
Public Function New( _
   ByVal sortOrder As SortOrder, _
   ByVal caseSensitive As Boolean _
)
Dim sortOrder As SortOrder
Dim caseSensitive As Boolean
 
Dim instance As New DropDownSortItem(sortOrder, caseSensitive)
public DropDownSortItem( 
   SortOrder sortOrder,
   bool caseSensitive
)

Parameters

sortOrder
The expected order when sorting GcMultiRowby clicking this item.
caseSensitive
A System.Boolean value that indicates whether the sort is case sensitive.
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.