WebDictionary Properties
The base class for ASPxSpellChecker dictionaries.| Name | Description |
|---|---|
| CacheKey | Gets or sets a unique identifier of a dictionary instance for caching purposes. |
| CanCacheDictionary | Indicates whether a dictionary can be placed in the cache. |
| Collection | Gets the collection to which an item belongs. Inherited from CollectionItem. |
| Culture | Gets or sets the language and culture settings of the current dictionary. |
| DictionaryPath | Specifies a path to the dictionary file used to create spellchecker dictionaries. |
| Index | Gets or sets the item’s index within the collection. Inherited from CollectionItem. |
| IsCustomDictionary | Indicates whether the current dictionary is a custom one. |
| WordCount | Gets the number of words contained within the dictionary. |
See Also