Spread Windows Forms 10.0 Product Documentation
SortComparer Property


Gets or sets the comparer class for the sort function.
Syntax
'Declaration
 
Public Property SortComparer As IComparer
'Usage
 
Dim instance As ListColumnInfo
Dim value As IComparer
 
instance.SortComparer = value
 
value = instance.SortComparer
public IComparer SortComparer {get; set;}

Property Value

An System.Collections.IComparer object that allows the user to implement their own sort algorithm.
Remarks
If value is a null reference (Nothing in Visual Basic), the built-in sort policy is used.
Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows Server 2012 R2, Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8, Windows 8.1, Windows 10

See Also

Reference

ListColumnInfo Class
ListColumnInfo Members

 

 


Copyright © GrapeCity, inc. All rights reserved.