Back to Devexpress

SpellCheckerCustomDictionaryExtension Class

wpf-devexpress-dot-xpf-dot-spellchecker-46cdc480.md

latest1.9 KB
Original Source

SpellCheckerCustomDictionaryExtension Class

An extension object implementing the SpellCheckerCustomDictionary functionality in XAML.

Namespace : DevExpress.Xpf.SpellChecker

Assembly : DevExpress.Xpf.SpellChecker.v25.2.dll

NuGet Package : DevExpress.Wpf.SpellChecker

Declaration

csharp
public class SpellCheckerCustomDictionaryExtension :
    DictionaryMarkupExtension
vb
Public Class SpellCheckerCustomDictionaryExtension
    Inherits DictionaryMarkupExtension

Remarks

Use the SpellCheckerCustomDictionaryExtension instance to add a custom dictionary in XAML using the DXSpellChecker or RichEditSpellChecker behavior.

Example

xaml
<dxspch:SpellCheckerCustomDictionary AlphabetUri="Dictionaries/CustomDictionary/EnglishAlphabet.txt" DictionaryUri="Dictionaries/CustomDictionary/CustomEnglish.dic" Culture="en-US"/>

Inheritance

Object MarkupExtension DevExpress.Xpf.SpellChecker.DictionaryMarkupExtension SpellCheckerCustomDictionaryExtension

See Also

SpellCheckerCustomDictionaryExtension Members

DevExpress.Xpf.SpellChecker Namespace