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

SpellChecker.ParentContainer Property

Gets or sets the control, representing the parent container for the DXSpellChecker instance.

Namespace: DevExpress.Xpf.SpellChecker

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.SpellChecker, DevExpress.Wpf.RichEdit, DevExpress.Wpf.SpellChecker

Declaration

public Control ParentContainer { get; set; }

Property Value

Type Description
Control

A Control object, which is the parent container for the controls to be checked.

Remarks

Use the ParentContainer property to specify the control containing the controls which should be checked for spelling mistakes. You can check all controls contained within the parent container, by calling the SpellChecker.CheckContainer method without parameters.

See Also