SpellChecker.CheckContainer(FrameworkElement) Method
In This Article
Checks the controls within the container for spelling mistakes.
Namespace: DevExpress.Xpf.SpellChecker
Assembly: DevExpress.Xpf.SpellChecker.v24.2.dll
NuGet Package: DevExpress.Wpf.SpellChecker
#Declaration
public virtual void CheckContainer(
FrameworkElement container
)
#Parameters
Name | Type | Description |
---|---|---|
container | Framework |
A Framework |
See Also