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

SpellChecker.CheckContainer(FrameworkElement) Method

Checks the controls within the container for spelling mistakes.

Namespace: DevExpress.Xpf.SpellChecker

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

Declaration

public virtual void CheckContainer(
    FrameworkElement container
)

Parameters

Name Type Description
container FrameworkElement

A FrameworkElement object, representing a container which holds controls to be checked for spelling mistakes.

See Also