MVCxSpellCheckerDictionaryCollection.Add(Action<ASPxSpellCheckerDictionary>) Method
Adds a new dictionary to the collection and allows you to modify this dictionary in a delegate method implementation.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Parameters
Name | Type | Description |
---|---|---|
method | Action<ASPxSpellCheckerDictionary> | A delegate method that accepts the created ASPxSpellCheckerDictionary as a parameter. |
Returns
Type | Description |
---|---|
ASPxSpellCheckerDictionary | A newly added and customized ASPxSpellCheckerDictionary object. |
See Also