Back to Devexpress

SpellCheckerSettings Members

aspnetmvc-devexpress-dot-web-dot-mvc-dot-spellcheckersettings-dot-underscore-members.md

latest10.7 KB
Original Source

SpellCheckerSettings Members

Contains the Spell Checker extension settings.

Constructors

NameDescription
SpellCheckerSettings()Initializes a new instance of the SpellCheckerSettings class with the default settings.

Properties

NameDescription
AccessKeyGets or sets the access key that allows you to quickly navigate to the ASP.NET MVC extension. Inherited from SettingsBase.
AttributesGets the collection of arbitrary attributes (for rendering only) that do not correspond to properties on the control. Inherited from SettingsBase.
CallbackRouteValuesDefines the callback routing logic by specifying the names of a Controller and an Action which should handle callbacks.
CheckedElementIDGets or sets the identifier of the web control to be checked.
ClientLayoutEnables you to save and restore the previously saved layout.
ClientSideEventsProvides access to the client-side events specific to the SpellCheckerSettings.
ControlStyleProvides access to the style settings declared at the root level of the extension’s wrapped web server control. Inherited from SettingsBase.
CultureGets or sets the culture-specific settings of the spell checker.
CustomDictionaryLoadingThis event occurs when a custom dictionary is loading into a session.
CustomJSPropertiesEnables you to supply any server data that can then be parsed on the client.
DictionariesProvides access to a collection of dictionaries.
EnableCallbackCompressionGets or sets whether the callback result data compression is enabled.
EnabledGets or sets a value that indicates whether the MVC Extension is enabled, allowing it to respond to end-user interactions. Inherited from SettingsBase.
EnableThemingGets or sets a value indicating whether themes apply to this extension. Inherited from SettingsBase.
EncodeHtmlGets or sets whether to encode editor value and content. Inherited from SettingsBase.
HeightGets or sets the height of the extension. Inherited from SettingsBase.
ImagesProvides access to the settings that define images for various elements of the Spell Checker.
ImagesEditorsProvides access to the settings that define images displayed within the Spell Checker’s editors.
InitEnables you to perform custom actions when an extension is initialized. Inherited from SettingsBase.
LevenshteinDistanceGets or sets the parameter used to measure the proximity of words.
NameSpecifies the unique identifier name for the extension. Inherited from SettingsBase.
NotInDictionaryWordFoundOccurs when a word being checked is not found in a dictionary.
PrepareSuggestionsThis event occurs when a misspelled word is found and a list of suggested replacements is created and sorted.
PreRenderAllows custom processing to be implemented before the extension is rendered to the page. Inherited from SettingsBase.
RightToLeftGets or sets a value specifying whether or not the current control supports right-to-left representation.
SaveStateToCookiesGets or sets a value that specifies whether cookies are used to persist information about the Spell Checker state.
SaveStateToCookiesIDGets or sets the name (identifier) of the cookie in which the Spell Checker’s state is persisted.
SettingsDialogFormElementsProvides access to settings relating to the customization of dialog form elements.
SettingsFormsProvides access to settings that are related to customized built-in dialog forms (UserControls) stored within a web site.
SettingsLoadingPanelProvides access to the loading panel’s settings.
SettingsSpellingProvides access to basic spelling settings.
SettingsTextProvides access to texts displayed in different elements of the control.
SkinIDGets or sets the skin to apply to the control. Inherited from SettingsBase.
StyleGets a collection of all cascading style sheet (CSS) properties applied to an extension. Inherited from SettingsBase.
StylesProvides access to the style settings that control the appearance of the extension’s visual elements.
StylesButtonProvides access to the style settings that define the appearance of button elements used by the Spell Checker (within its dialog forms).
StylesDialogFormProvides access to the style settings that define the appearance of the dialog forms.
SuggestionCountGets or sets the number of suggested words displayed in the spelling form.
TabIndexGets or sets the tab index of the control element of the web page. Inherited from SettingsBase.
ThemeGets or sets the name of the theme to be applied to the extension. Inherited from SettingsBase.
ToolTipGets or sets a UI element’s tooltip text. Inherited from SettingsBase.
WidthGets or sets the width of the extension. Inherited from SettingsBase.
WordAddedThe event fires when a word is added to the custom dictionary.

Methods

NameDescription
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetType()Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
ToString()Returns a string that represents the current object. Inherited from Object.

See Also

SpellCheckerSettings Class

DevExpress.Web.Mvc Namespace