Skip to main content
All docs
V25.2
  • SpellChecker.SaveToRegistry(String) Method

    SECURITY-RELATED CONSIDERATIONS

    Using file paths sourced from untrusted input may expose unauthorized files or allow unintended file access. Always validate and normalize all external paths to prevent path manipulation.

    Saves the control layout to the specified system registry path.

    Namespace: DevExpress.XtraSpellChecker

    Assembly: DevExpress.XtraSpellChecker.v25.2.dll

    NuGet Package: DevExpress.Win.SpellChecker

    Declaration

    public void SaveToRegistry(
        string path
    )

    Parameters

    Name Type Description
    path String

    The system registry path to which the layout is saved.

    See Also