Spread WPF Documentation
Comparer Property


Gets or sets the System.Collections.IComparer object for the method of comparison.
Syntax
'Declaration
 
<System.ComponentModel.DefaultValueAttribute()>
Public Property Comparer As System.Collections.IComparer
'Usage
 
Dim instance As SortInfo
Dim value As System.Collections.IComparer
 
instance.Comparer = value
 
value = instance.Comparer
[System.ComponentModel.DefaultValue()]
public System.Collections.IComparer Comparer {get; set;}

Property Value

An System.Collections.IComparer object for the method of comparison.
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional (SP4), Windows XP (SP2), Windows 2008, Windows 2003 Server (SP1)

See Also

Reference

SortInfo Class
SortInfo Members

 

 


Copyright © GrapeCity, inc. All rights reserved.