wpf-devexpress-dot-xpf-dot-spellchecker-0feeb7e9.md
An extension instance implementing the SpellCheckerOpenOfficeDictionary functionality in XAML.
Namespace : DevExpress.Xpf.SpellChecker
Assembly : DevExpress.Xpf.SpellChecker.v25.2.dll
NuGet Package : DevExpress.Wpf.SpellChecker
public class SpellCheckerOpenOfficeDictionaryExtension :
DictionaryMarkupExtension
Public Class SpellCheckerOpenOfficeDictionaryExtension
Inherits DictionaryMarkupExtension
Use the SpellCheckerOpenOfficeDictionaryExtension instance to add a custom dictionary in XAML using the DXSpellChecker or RichEditSpellChecker behavior.
The SpellCheckerOpenOfficeDictionaryExtension instance requires the base file (the SpellCheckerOpenOfficeDictionaryExtension.DictionaryUri property) and an affix file (the SpellCheckerOpenOfficeDictionaryExtension.GrammarUri property).
The dictionaries and affix files used are part of the OpenOffice.org project. They are available for download at Dictionaries page.
Note
We bear no responsibility for the content and availability of dictionaries and affix files, since they are part of an open source project OpenOffice.org.
<dxspch:SpellCheckerOpenOfficeDictionaryExtension AlphabetUri="Dictionaries/Alphabet.txt"
DictionaryUri="pack://siteoforigin:,,,/Dictionaries/ru_RU.dic"
GrammarUri="pack://siteoforigin:,,,/Dictionaries/ru_RU.aff"
Culture="ru-RU"/>
Object MarkupExtension DevExpress.Xpf.SpellChecker.DictionaryMarkupExtension SpellCheckerOpenOfficeDictionaryExtension
See Also
SpellCheckerOpenOfficeDictionaryExtension Members