Skip to main content

CheckSpellingResult.Length Property

Returns the checked word’s length.

Namespace: DevExpress.XtraSpellChecker

Assembly: DevExpress.SpellChecker.v23.2.Core.dll

NuGet Package: DevExpress.SpellChecker.Core

Declaration

public int Length { get; }

Property Value

Type Description
Int32

The number of positions occupied by the checker word.

Implements

See Also