Skip to main content

DXSpellChecker.CheckContainer() Method

Checks the spelling of the controls in the container for which the DXSpellChecker instance is defined.

Namespace: DevExpress.Xpf.SpellChecker

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

NuGet Package: DevExpress.Wpf.SpellChecker

Declaration

public void CheckContainer()

Remarks

Call the DXSpellChecker.Check method to start spell checking in a specific control.

See Also