MVCxSpellCheckerDictionaryCollection.AddOpenOfficeDictionary(Action<ASPxSpellCheckerOpenOfficeDictionary>) Method
In This Article
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.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public ASPxSpellCheckerOpenOfficeDictionary AddOpenOfficeDictionary(
Action<ASPxSpellCheckerOpenOfficeDictionary> method
)
#Parameters
Name | Type | Description |
---|---|---|
method | Action<ASPx |
A delegate method that accepts the created ASPx |
#Returns
Type | Description |
---|---|
ASPx |
A newly added and customized ASPx |
See Also