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

MVCxSpellCheckerDictionaryCollection.AddOpenOfficeDictionary(Action<ASPxSpellCheckerOpenOfficeDictionary>) Method

Adds a new Open Office 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 ASPxSpellCheckerOpenOfficeDictionary AddOpenOfficeDictionary(
    Action<ASPxSpellCheckerOpenOfficeDictionary> method
)

Parameters

Name Type Description
method Action<ASPxSpellCheckerOpenOfficeDictionary>

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

Returns

Type Description
ASPxSpellCheckerOpenOfficeDictionary

A newly added and customized ASPxSpellCheckerOpenOfficeDictionary object.

See Also