Skip to main content

SpellChecker.KeepFocusOnControl Property

Specifies whether or not 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.v14.2.dll

#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