Skip to main content

OptionsSpellingBase.CheckFromCursorPos Property

Start spell check from the cursor position.

Namespace: DevExpress.XtraSpellChecker

Assembly: DevExpress.SpellChecker.v14.2.Core.dll

#Declaration

[DefaultValue(DefaultBoolean.Default)]
[XtraSerializableProperty]
public virtual DefaultBoolean CheckFromCursorPos { get; set; }

#Property Value

Type Default Description
DefaultBoolean

Default

A DefaultBoolean enumeration value specifying whether the spell checker should start checking from the cursor position.

#Property Paths

You can access the OptionsSpellingBase.CheckFromCursorPos property from the following objects:

Object Type Path to CheckFromCursorPos
SpellChecker
.OptionsSpelling.CheckFromCursorPos
SpellChecker
.OptionsSpelling.CheckFromCursorPos
SpellCheckerBase
.OptionsSpelling.CheckFromCursorPos

#Remarks

When this property is set to DefaultBoolean.True, the spell check begins with the word where the cursor is positioned.

#Implements

See Also