Skip to main content

SpellChecker.CheckContainer() Method

In This Article

Checks the controls in the container of the current control for spelling mistakes.

Namespace: DevExpress.Xpf.SpellChecker

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

#Declaration

public virtual void CheckContainer()

#Remarks

This method invokes the SpellChecker.CheckContainer method for the SpellChecker.ParentContainer control.

See Also