ReplaceInfoCollectionSettingsBuilder.CaseSensitive(Boolean) Method
In This Article
Sets whether to perform a case-sensitive string comparison when searching through the replacement collection’s items.
Namespace: DevExpress.AspNetCore.RichEdit
Assembly: DevExpress.AspNetCore.RichEdit.v24.2.dll
NuGet Package: DevExpress.AspNetCore.RichEdit
#Declaration
C#
public ReplaceInfoCollectionSettingsBuilder CaseSensitive(
bool value
)
#Parameters
Name | Type | Description |
---|---|---|
value | Boolean | true, for case-sensitive comparison; otherwise, false. |
#Returns
Type | Description |
---|---|
Replace |
An object that can be used to further configure the replacement information settings. |
See Also