Back to Devexpress

DictionaryBase.AlphabetChars Property

corelibraries-devexpress-dot-xtraspellchecker-dot-dictionarybase-feaed297.md

latest1.2 KB
Original Source

DictionaryBase.AlphabetChars Property

Gets the alphabetical list of characters for the current dictionary.

Namespace : DevExpress.XtraSpellChecker

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

NuGet Package : DevExpress.SpellChecker.Core

Declaration

csharp
public char[] AlphabetChars { get; }
vb
Public ReadOnly Property AlphabetChars As Char()

Property Value

TypeDescription
Char[]

An array of characters in alphabetical order.

|

Implements

AlphabetChars

See Also

DictionaryBase Class

DictionaryBase Members

DevExpress.XtraSpellChecker Namespace