WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class IspellDictionary - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class IspellDictionary

    Document as in base class

    Inheritance
    System.Object
    DictionaryBase
    GrammarDictionaryBase
    IspellDictionaryBase
    IspellDictionary
    Inherited Members
    GrammarDictionaryBase.LoadDictionary()
    DictionaryBase.Culture
    DictionaryBase.Encoding
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Windows.Controls
    Assembly: Syncfusion.SfSpellChecker.WPF.dll
    Syntax
    public class IspellDictionary : IspellDictionaryBase

    Constructors

    IspellDictionary()

    Declaration
    public IspellDictionary()

    Properties

    DictionaryUri

    Gets or sets the dictionary uri.

    Declaration
    public Uri DictionaryUri { get; set; }
    Property Value
    Type Description
    System.Uri

    GrammarUri

    Gets or sets the grammar uri.

    Declaration
    public Uri GrammarUri { get; set; }
    Property Value
    Type Description
    System.Uri
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved