SpellCheckErrorBase.FinishPosition Property
Gets or sets the end position of the misspelled word.
Namespace: DevExpress.XtraSpellChecker.Rules
Assembly: DevExpress.SpellChecker.v24.1.Core.dll
NuGet Package: DevExpress.SpellChecker.Core
Declaration
Property Value
Type | Description |
---|---|
DevExpress.XtraSpellChecker.Parser.Position | The DevExpress.XtraSpellChecker.Parser.Position object indicating the word’s end position. |
See Also