Skip to main content

MVCxSpellCheckerDictionaryCollection.AddHunspellDictionary Method

Name Parameters Description
AddHunspellDictionary() none Adds a new Hunspell dictionary to the end of the collection and returns the newly created object.
AddHunspellDictionary(Action<ASPxHunspellDictionary>) method Adds a new Hunspell dictionary to the collection and allows you to modify this dictionary in a delegate method implementation.