GrapeCity MultiRow Windows Forms Documentation
Comparer Property (SortItem)


Gets the comparer that implements the value comparer when sorting.
Syntax
Public Property Comparer As IComparer
Dim instance As SortItem
Dim value As IComparer
 
instance.Comparer = value
 
value = instance.Comparer
public IComparer Comparer {get; set;}

Property Value

An System.Collections.IComparer object that implements a value comparer when sorting. The default is a null reference (Nothing in Visual Basic).
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

SortItem Class
SortItem Members

 

 


Copyright © GrapeCity, inc. All rights reserved.