Spread Windows Forms 12.0 Product Documentation
SortComparer Property


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > ListColumnInfo Class : 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.
See Also

Reference

ListColumnInfo Class
ListColumnInfo Members