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

ASPxSpellCheckerDictionaryBase.Item[Int32] Property

Provides indexed access to words contained within the dictionary.

Namespace: DevExpress.Web.ASPxSpellChecker

Assembly: DevExpress.Web.ASPxSpellChecker.v19.2.dll

Declaration

public string this[int index] { get; }

Parameters

Name Type Description
index Int32

An integer value specifying the zero-based index of the returned word.

Property Value

Type Description
String

A String value.

Remarks

Use the Item property, to access individual words in the dictionary.

See Also