DevExpress.Web.ASPxSpellChecker Namespace
Contains classes which implement the main functionality of the ASPxSpellChecker control.
Assembly: DevExpress.Web.ASPxSpellChecker.v24.1.dll
NuGet Package: DevExpress.Web
Classes
Name | Description |
---|---|
ASPxHunspellDictionary | A dictionary for the Hunspell spell checking algorithm. |
ASPxSpellChecker | The base component of the ASPxSpellChecker Suite. |
ASPxSpellCheckerBaseSettings | Represents the base for the ASPxSpellCheckerSpellingSettings and ASPxSpellCheckerTextSettings classes. |
ASPxSpellCheckerCustomDictionary | Represents a custom dictionary of the spell checker. |
ASPxSpellCheckerDictionary | Represents a dictionary used by the ASPxSpellChecker engine. |
ASPxSpellCheckerDictionaryBase | Defines the base class for ASPxSpellChecker dictionaries. |
ASPxSpellCheckerISpellDictionary | Represents an ASPxSpellChecker dictionary originated from a dictionary in the ISpell format. |
ASPxSpellCheckerOpenOfficeDictionary | Represents an ASPxSpellChecker dictionary originated from a dictionary and affix files of the OpenOffice.org project format. |
ASPxSpellCheckerSpellingSettings | Represents a container of settings that affect spell checking. |
ASPxSpellCheckerTextSettings | Represents a container of strings, which are used in the ASPxSpellChecker’s dialogs. |
CheckedTextContainerStyle | Contains style settings for the checked text appearance. |
CustomDictionaryLoadingEventArgs | Provides data for the ASPxSpellChecker.CustomDictionaryLoading event. |
ErrorWordStyle | Contains style settings that applied to the error word. |
SpellCheckerButtonStyles | Contains settings that allow the appearance of button elements within the ASPxSpellChecker control to be defined. |
SpellCheckerClientSideEvents | Contains a client-side ASPxSpellChecker’s event list. |
SpellCheckerDialogFormStyles | Contains settings that allow the appearance of dialog form elements within the ASPxSpellChecker control to be defined. |
SpellCheckerDialogSettings | Contains customization settings for form elements of built-in dialogs. |
SpellCheckerDictionaryCollection | Represents a collection of ASPxSpellChecker dictionaries. |
SpellCheckerEditorImages | Contains settings that allow images to be defined for specific elements of editors used within the ASPxSpellChecker. |
SpellCheckerEditorStyles | Contains style settings of the editors in the spell checker. |
SpellCheckerFormsSettings | Contains dialog form settings. |
SpellCheckerImages | Contains style settings that allow you to specify images for the spell checker elements. |
SpellCheckerStyles | Contains settings that define the appearance of certain spellchecker elements. |
WebDictionary | The base class for ASPxSpellChecker dictionaries. |
Delegates
Name | Description |
---|---|
CustomDictionaryLoadingEventHandler | A method that will handle the ASPxSpellChecker.CustomDictionaryLoading event. |