AfterCheckWordEventArgs.StartPosition Property
Gets the position of a checked word in a text.
Namespace: DevExpress.XtraSpellChecker
Assembly: DevExpress.Data.v24.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