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