String Comparison and Culture
All widgets and components use UtilitiesCompare to compare strings.
You can change comparison settings with the following fields:
UtilitiesCompare.Culture
CultureInfoCulture used to compare strings, by default used
CultureInfo.InvariantCulture.UtilitiesCompare.OptionsCaseSensitive
CompareOptionsOptions to compare strings with case sensitive.
UtilitiesCompare.OptionsCaseIgnore
CompareOptionsOptions to compare strings with case ignore.