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

MVCxSpellCheckerDictionaryCollection.AddISpellDictionary(Action<ASPxSpellCheckerISpellDictionary>) Method

Adds a new ISpell 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 ASPxSpellCheckerISpellDictionary AddISpellDictionary(
    Action<ASPxSpellCheckerISpellDictionary> method
)

Parameters

Name Type Description
method Action<ASPxSpellCheckerISpellDictionary>

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

Returns

Type Description
ASPxSpellCheckerISpellDictionary

A newly added and customized ASPxSpellCheckerISpellDictionary object.

See Also