GrapeCity MultiRow Windows Forms Documentation
CaseSensitive Property (SortItem)


Gets a value that indicates whether string comparisons are case-sensitive.
Syntax
Public Property CaseSensitive As Boolean
Dim instance As SortItem
Dim value As Boolean
 
instance.CaseSensitive = value
 
value = instance.CaseSensitive
public bool CaseSensitive {get; set;}

Property Value

true if string comparisons are case-sensitive; otherwise false. The default is false.
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.