Skip to main content

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.Check(ISpellCheckTextControlController) Method

Checks the spelling of the text available through the controller interface.

Namespace: DevExpress.Xpf.SpellChecker

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

NuGet Package: DevExpress.Wpf.SpellChecker

#Declaration

public virtual void Check(
    ISpellCheckTextControlController controller
)

#Parameters

Name Type Description
controller DevExpress.XtraSpellChecker.Native.ISpellCheckTextControlController

An object implementing the ISpellCheckTextController interface.

#Remarks

This method overrides the corresponding method of the SpellCheckerBase class.

It loads dictionaries and provides an interaction with the user by invoking spelling forms.

See Also