OptionsSpellingBase.Assign(OptionsSpellingBase) Method
Copies all the settings from the OptionsSpellingBase object passed as the parameter.
Namespace: DevExpress.XtraSpellChecker
Assembly: DevExpress.SpellChecker.v24.1.Core.dll
NuGet Package: DevExpress.SpellChecker.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
source | OptionsSpellingBase | An OptionsSpellingBase object whose settings are assigned to the current object. |
Remarks
The Assign method allows the settings of the specified OptionsSpellingBase object to be copied to the current OptionsSpellingBase object.
See Also