Skip to main content

ISpellCheckerDictionary.AlphabetChars Property

Gets the alphabetical list of characters for the current dictionary.

Namespace: DevExpress.XtraSpellChecker

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

NuGet Package: DevExpress.SpellChecker.Core

Declaration

char[] AlphabetChars { get; }

Property Value

Type Description
Char[]

An array of characters in alphabetical order.

See Also