MVCxSpellCheckerDictionaryCollection.AddISpellDictionary Method
Name | Parameters | Description |
---|---|---|
AddISpellDictionary() | none | Adds a new ISpell dictionary to the end of the collection and returns the newly created object. |
AddISpellDictionary(Action<ASPxSpellCheckerISpellDictionary>) | method | Adds a new ISpell dictionary to the collection and allows you to modify this dictionary in a delegate method implementation. |