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.v25.1.dll
NuGet Package: DevExpress.Web.Mvc5
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