RepeatedWordFoundEventArgs.StartPosition Property
Gets the beginning of the repeated word in a text.
Namespace: DevExpress.XtraSpellChecker
Assembly: DevExpress.SpellChecker.v24.1.Core.dll
NuGet Package: DevExpress.SpellChecker.Core
Declaration
Property Value
Type | Description |
---|---|
DevExpress.XtraSpellChecker.Parser.Position | A DevExpress.XtraSpellChecker.Parser.Position object, representing the position in the text where the repeated word begins. |
See Also