Skip to main content

SharedDictionaryStorage Class

The component that holds dictionaries available for different instances of the SpellChecker component.

Namespace: DevExpress.XtraSpellChecker

Assembly: DevExpress.XtraSpellChecker.v23.2.dll

NuGet Package: DevExpress.Win.SpellChecker

Declaration

public class SharedDictionaryStorage :
    Component

Remarks

Use this component to hold the dictionaries that can be dynamically attached to the spell checker dictionary collection, and detached from it when necessary. This feature is helpful when the application forms should use different sets of dictionaries for spell checking.

Inheritance

Object
MarshalByRefObject
Component
SharedDictionaryStorage
See Also