Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.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