Back to Devexpress

SpellChecker.ParentContainer Property

wpf-devexpress-dot-xpf-dot-spellchecker-dot-spellchecker-35fc332a.md

latest1.6 KB
Original Source

SpellChecker.ParentContainer Property

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

Namespace : DevExpress.Xpf.SpellChecker

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

NuGet Package : DevExpress.Wpf.SpellChecker

Declaration

csharp
public Control ParentContainer { get; set; }
vb
Public Property ParentContainer As Control

Property Value

TypeDescription
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

SpellChecker Class

SpellChecker Members

DevExpress.Xpf.SpellChecker Namespace