SpellChecker.ParentContainer Property
Gets or sets the control, representing the parent container for the DXSpellChecker instance.
Namespace: DevExpress.Xpf.SpellChecker
Assembly: DevExpress.Xpf.SpellChecker.v24.1.dll
NuGet Package: DevExpress.Wpf.SpellChecker
Declaration
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