Skip to main content
A newer version of this page is available. .

ICheckSpellingResult.Length Property

Gets the length of a checked word.

Namespace: DevExpress.XtraSpellChecker

Assembly: DevExpress.Data.v20.2.dll

NuGet Packages: DevExpress.Data, DevExpress.WindowsDesktop.Data

Declaration

int Length { get; }

Property Value

Type Description
Int32

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

See Also