FlexPivot for WinForms
IgnoreDiacritics プロパティ (C1FlexGridBase)

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 > C1FlexGridBase クラス : IgnoreDiacritics プロパティ
Gets or sets a value that determines whether the filter should ignore diacritics (accents) when comparing values.
シンタックス
'宣言
 
Public Property IgnoreDiacritics As System.Boolean
public System.bool IgnoreDiacritics {get; set;}
解説

By default, the filter compares values as they appear in the data source. For example, if you are looking for values that contain the string "fac", you will find "factory" but not "faзade".

If you set this property to true, the filter will remove any diacritics before performing the comparisons. In this case, looking for the string "fac" will return both "factory" and "faзade".

This property is especially useful in applications localized for languages that contain many accents, such as French, Spanish, Portuguese, etc.

参照

C1FlexGridBase クラス
C1FlexGridBase メンバ