Skip to main content

SpellChecker.CheckContainer() Method

Checks the spelling of the controls in the container specified for the DXSpellCkecker instance.

Namespace: DevExpress.Xpf.SpellChecker

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

NuGet Package: DevExpress.Wpf.SpellChecker

Declaration

public virtual void CheckContainer()

Remarks

The CheckContainer method invokes the SpellChecker.CheckContainer method, for the SpellChecker.ParentContainer control.

See Also