Skip to main content
All docs
V24.2

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

SpellChecker.RestoreFromRegistry(String) Method

Loads the spell checker object from data in the registry.

Namespace: DevExpress.Xpf.SpellChecker

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

NuGet Package: DevExpress.Wpf.SpellChecker

#Declaration

public void RestoreFromRegistry(
    string path
)

#Parameters

Name Type Description
path String

A path to the registry key that contains data.

#Remarks

Call the SpellChecker.SaveToRegistry method to save data to the specified registry key.

See Also