# C1.WPF.SpellChecker.C1SpellChecker.CustomDictionary

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_WPF_SpellChecker_C1SpellChecker_CustomDictionary_" data-uid="C1.WPF.SpellChecker.C1SpellChecker.CustomDictionary*">CustomDictionary Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_WPF_SpellChecker_C1SpellChecker_CustomDictionary_" data-uid="C1.WPF.SpellChecker.C1SpellChecker.CustomDictionary*"></a>
<h4 id="C1_WPF_SpellChecker_C1SpellChecker_CustomDictionary" data-uid="C1.WPF.SpellChecker.C1SpellChecker.CustomDictionary">CustomDictionary</h4>
<div class="markdown level1 summary"><p>Gets or sets a custom spell-checking dictionary.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public ISpellDictionary CustomDictionary { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property CustomDictionary As ISpellDictionary</code></pre>
</div>
<h5 id="C1_WPF_SpellChecker_C1SpellChecker_CustomDictionary_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>This property allows you to specify additional custom dictionaries to be used
in addition to the standard <a class="xref" href="C1.WPF.SpellChecker.C1SpellChecker.MainDictionary.html#C1_WPF_SpellChecker_C1SpellChecker_MainDictionary">MainDictionary</a> and <a class="xref" href="C1.WPF.SpellChecker.C1SpellChecker.UserDictionary.html#C1_WPF_SpellChecker_C1SpellChecker_UserDictionary">UserDictionary</a>
dictionaries.</p>
</div>
</div>
