Skip to main content

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

NuGet Package: DevExpress.Web.Mvc5

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