ReplaceInfoCollectionSettingsBuilder.CaseSensitive(Boolean) Method
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.1.dll
NuGet Package: DevExpress.AspNetCore.RichEdit
Declaration
public ReplaceInfoCollectionSettingsBuilder CaseSensitive(
bool value
)
Parameters
Name | Type | Description |
---|---|---|
value | Boolean | true, for case-sensitive comparison; otherwise, false. |
Returns
Type | Description |
---|---|
ReplaceInfoCollectionSettingsBuilder | An object that can be used to further configure the replacement information settings. |
See Also