OptionsSpellingBase.CheckFromCursorPos Property
In This Article
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 |
---|---|---|
Default |
Default |
A Default |
#Property Paths
You can access the OptionsSpellingBase.CheckFromCursorPos property from the following objects:
Object Type | Path to Check |
---|---|
Spell |
|
Spell |
|
Spell |
|
#Remarks
When this property is set to DefaultBoolean.True, the spell check begins with the word where the cursor is positioned.
#Implements
See Also