ComponentOne SiteMap for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Editor.C1SpellChecker Namespace / C1SpellChecker Class / DictionaryPath Property

In This Topic
    DictionaryPath Property (C1SpellChecker)
    In This Topic
    SpellChecker dictionary path.
    Syntax
    'Declaration
     
    Public Overridable Property DictionaryPath As System.String
    public virtual System.string DictionaryPath {get; set;}
    Example
    Example of the relative path: "~/Dictionaries/C1Spell_de-DE.dct"
    See Also