Back to Devexpress

ASPxSpellCheckerCustomDictionary Class

aspnet-devexpress-dot-web-dot-aspxspellchecker-7b7bfcf0.md

latest2.8 KB
Original Source

ASPxSpellCheckerCustomDictionary Class

Represents a custom dictionary of the spell checker.

Namespace : DevExpress.Web.ASPxSpellChecker

Assembly : DevExpress.Web.ASPxSpellChecker.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class ASPxSpellCheckerCustomDictionary :
    ASPxSpellCheckerDictionary
vb
Public Class ASPxSpellCheckerCustomDictionary
    Inherits ASPxSpellCheckerDictionary

The following members return ASPxSpellCheckerCustomDictionary objects:

LibraryRelated API Members
ASP.NET Web Forms ControlsCustomDictionaryLoadingEventArgs.CustomDictionary
ASP.NET MVC ExtensionsMVCxSpellCheckerDictionaryCollection.AddCustomDictionary()
MVCxSpellCheckerDictionaryCollection.AddCustomDictionary(Action<ASPxSpellCheckerCustomDictionary>)

Remarks

The custom dictionary can be created and updated by the user. The spelling form provides a command button for appending a word not found in dictionaries to the custom dictionary.

The custom dictionary can be saved to a file and loaded when necessary.

Implements

IStateManager

IPropertiesOwner

IExpressionsAccessor

Inheritance

Object StateManager CollectionItem WebDictionary ASPxSpellCheckerDictionaryBase ASPxSpellCheckerDictionary ASPxSpellCheckerCustomDictionary

See Also

ASPxSpellCheckerCustomDictionary Members

Dictionaries

DevExpress.Web.ASPxSpellChecker Namespace