Back to Devexpress

SpellCheckerDictionaryBase.Item[Int32] Property

corelibraries-devexpress-dot-xtraspellchecker-dot-spellcheckerdictionarybase-dot-item-x28-system-dot-int32-x29.md

latest1.5 KB
Original Source

SpellCheckerDictionaryBase.Item[Int32] Property

Gets or sets the word at the specified index in the dictionary.

Namespace : DevExpress.XtraSpellChecker

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

NuGet Package : DevExpress.SpellChecker.Core

Declaration

csharp
public string this[int index] { get; set; }
vb
Public Property Item(index As Integer) As String

Parameters

NameTypeDescription
indexInt32

The zero-based index of the element to get or set.

|

Property Value

TypeDescription
String

A String object that represents a word in a dictionary.

|

See Also

SpellCheckerDictionaryBase Class

SpellCheckerDictionaryBase Members

DevExpress.XtraSpellChecker Namespace