Skip to main content
A newer version of this page is available. .

OptionsSpellingBase.Assign(OptionsSpellingBase) Method

Copies all the settings from the OptionsSpellingBase object passed as the parameter.

Namespace: DevExpress.XtraSpellChecker

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

Declaration

public virtual void Assign(
    OptionsSpellingBase source
)

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