Skip to main content
All docs
V25.1
  • SpellChecker.Dictionaries Property

    Obtains a collection of dictionaries.

    Namespace: DevExpress.XtraSpellChecker

    Assembly: DevExpress.XtraSpellChecker.v25.1.dll

    NuGet Package: DevExpress.Win.SpellChecker

    Declaration

    public DictionaryCollection Dictionaries { get; }

    Property Value

    Type Description
    DictionaryCollection

    The dictionary collection.

    See Also