AfterCheckWordEventArgs.StartPosition Property
Gets the position of a checked word in a text.
Namespace: DevExpress.XtraSpellChecker
Assembly: DevExpress.Data.v25.1.dll
NuGet Package: DevExpress.Data
Declaration
Property Value
| Type | Description |
|---|---|
| DevExpress.XtraSpellChecker.Parser.Position | A DevExpress.XtraSpellChecker.Parser.Position object, representing the position in a text where the checked word begins. |
See Also