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

SpellChecker.KeepFocusOnControl Property

Specifies whether the input focus is set to the control that is being checked, to make the selected word visible.

Namespace: DevExpress.Xpf.SpellChecker

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

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

Declaration

[DefaultValue(true)]
public bool KeepFocusOnControl { get; set; }

Property Value

Type Default Description
Boolean **true**

true to set the input focus to the control; false to leave the input focus to the application’s form.

See Also