Skip to main content

SpellCheckerBase.UseSharedDictionaries Property

Not in use for DXRichEdit.

Namespace: DevExpress.XtraSpellChecker

Assembly: DevExpress.SpellChecker.v14.2.Core.dll

#Declaration

[XtraSerializableProperty]
[DefaultValue(true)]
public bool UseSharedDictionaries { get; set; }

#Property Value

Type Default Description
Boolean

true

true if shared dictionaries are added to the collection of dictionaries used for a word search; otherwise, false.

#Remarks

This property is not used in DXRichEdit.

See Also