GrapeCity MultiRow Windows Forms Documentation
CustomComparisonOperator Property


Gets or sets a custom comparer that is used when filtering.
Syntax
<BrowsableAttribute(False)>
Public Property CustomComparisonOperator As IComparer
Dim instance As FilteringTextBoxCell
Dim value As IComparer
 
instance.CustomComparisonOperator = value
 
value = instance.CustomComparisonOperator
[Browsable(false)]
public IComparer CustomComparisonOperator {get; set;}

Property Value

A System.Collections.IComparer value that represents a custom comparer that is used when filtering.
Remarks
You can use the provided operator, or customize the comparison operation by implementing an System.Collections.IComparer and setting it to the FilteringTextBoxCell property. If you customize the comparison operation, set the FilterComparisonOperator property to FilterComparisonOperator.Custom.
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

FilteringTextBoxCell Class
FilteringTextBoxCell Members
FilterComparisonOperator Property

 

 


Copyright © GrapeCity, inc. All rights reserved.