Skip to main content
A newer version of this page is available. .

MVCxSpellCheckerDictionaryCollection.Add Method

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