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.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.SpellChecker

Declaration

public virtual void CheckContainer()

Remarks

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

See Also