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

SuggestionCollection.Item[Int32] Property

Gets or sets the element at the specified index.

Namespace: DevExpress.XtraSpellChecker

Assembly: DevExpress.SpellChecker.v19.1.Core.dll

Declaration

public SuggestionBase this[int index] { get; set; }

Parameters

Name Type Description
index Int32

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

Property Value

Type Description
SuggestionBase

The SuggestionBase element at the specified index.

See Also