Skip to main content

OptionsSpellingBase.Assign(OptionsSpellingBase) Method

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

Namespace: DevExpress.XtraSpellChecker

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

NuGet Package: DevExpress.SpellChecker.Core

#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