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

MVCxSpellCheckerDictionaryCollection.AddHunspellDictionary(Action<ASPxHunspellDictionary>) Method

Adds a new Hunspell dictionary to the collection and allows you to modify this dictionary in a delegate method implementation.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v18.2.dll

Declaration

public ASPxHunspellDictionary AddHunspellDictionary(
    Action<ASPxHunspellDictionary> method
)

Parameters

Name Type Description
method Action<ASPxHunspellDictionary>

A delegate method that accepts the created ASPxHunspellDictionary as a parameter.

Returns

Type Description
ASPxHunspellDictionary

A newly added and customized ASPxHunspellDictionary object.

See Also