Skip to main content

SpellChecker.ParentContainer Property

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

Namespace: DevExpress.Xpf.SpellChecker

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

NuGet Package: 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