Skip to main content
A newer version of this page is available. .

SpellChecker.CheckContainer() Method

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

Namespace: DevExpress.XtraSpellChecker

Assembly: DevExpress.XtraSpellChecker.v19.1.dll

Declaration

public virtual void CheckContainer()

Remarks

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

See Also