Skip to main content

ICheckSpellingResult.Length Property

Gets the length of a checked word.

Namespace: DevExpress.XtraSpellChecker

Assembly: DevExpress.Data.v24.2.dll

NuGet Package: DevExpress.Data

#Declaration

int Length { get; }

#Property Value

Type Description
Int32

An integer representing the number of positions the checked word occupies.

See Also