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