Skip to main content

SpellCheckerCustomDictionary.SaveAs(String) Method

Saves the custom dictionary into a specified file.

Namespace: DevExpress.XtraSpellChecker

Assembly: DevExpress.SpellChecker.v25.1.Core.dll

NuGet Package: DevExpress.SpellChecker.Core

Declaration

public virtual void SaveAs(
    string fileName
)

Parameters

Name Type Description
fileName String

A String representing a path to a file where the dictionary is to be saved.

See Also