SharedDictionaryStorage(IContainer) Constructor
Initializes a new SharedDictionaryStorage class instance with the specified container.
Namespace: DevExpress.XtraSpellChecker
Assembly: DevExpress.XtraSpellChecker.v25.2.dll
NuGet Package: DevExpress.Win.SpellChecker
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| container | IContainer | A IContainer object that provides functionality for containers. |
Remarks
Creates a new SharedDictionaryStorage component with the specified container.
See Also