Skip to main content

SpellChecker.CheckContainer() Method

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

Namespace: DevExpress.XtraSpellChecker

Assembly: DevExpress.XtraSpellChecker.v23.2.dll

NuGet Package: DevExpress.Win.SpellChecker

Declaration

public virtual void CheckContainer()

Remarks

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

See Also