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

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.v19.2.dll

Declaration

public ASPxSpellCheckerDictionary Add(
    Action<ASPxSpellCheckerDictionary> method
)

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