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

DictionaryBase.AlphabetChars Property

Gets the alphabetical list of characters for the current dictionary.

Namespace: DevExpress.XtraSpellChecker

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

Declaration

public char[] AlphabetChars { get; }

Property Value

Type Description
Char[]

An array of characters in alphabetical order.

Implements

See Also