1167 lines
66 KiB
XML
1167 lines
66 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<doc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
|
<assembly>
|
|
<name>DevExpress.Web.ASPxSpellChecker.v20.1</name>
|
|
</assembly>
|
|
<members>
|
|
<member name="N:DevExpress.Web.ASPxSpellChecker">
|
|
<summary>
|
|
<para>Contains classes which implement the main functionality of the ASPxSpellChecker control.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxSpellChecker.ASPxHunspellDictionary">
|
|
<summary>
|
|
<para>A dictionary for the Hunspell spell checking algorithm.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxSpellChecker.ASPxHunspellDictionary.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxSpellChecker.ASPxHunspellDictionary"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxSpellChecker.ASPxHunspellDictionary.Dictionary">
|
|
<summary>
|
|
<para>Indicates the dictionary for the Hunspell spell checking algorithm.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraSpellChecker.HunspellDictionary"/> object.</value>
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxSpellChecker.ASPxHunspellDictionary.GrammarPath">
|
|
<summary>
|
|
<para>Specifies the filename of the affix file (.aff) to be loaded.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.String"/> value, specifying the path to the affix file.</value>
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxSpellChecker.ASPxSpellChecker">
|
|
<summary>
|
|
<para>The base component of the ASPxSpellChecker Suite.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxSpellChecker.ASPxSpellChecker.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxSpellChecker.ASPxSpellChecker"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxSpellChecker.ASPxSpellChecker.CheckedElementID">
|
|
<summary>
|
|
<para>Gets or sets the identifier of the web control to be checked.</para>
|
|
</summary>
|
|
<value>A string that identifies the element on a page.</value>
|
|
</member>
|
|
<member name="E:DevExpress.Web.ASPxSpellChecker.ASPxSpellChecker.CheckedElementResolve">
|
|
<summary>
|
|
<para>Occurs when client-side scripts are created and the identifier of a control to be checked is queried.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxSpellChecker.ASPxSpellChecker.CheckedTextContainerStyle">
|
|
<summary>
|
|
<para>Provides access to an object specifying style settings for the element that contains text to be checked.</para>
|
|
</summary>
|
|
<value>A DevExpress.Web.ASPxSpellChecker.CheckedTextContainerStyle class instance that holds style settings.</value>
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxSpellChecker.ASPxSpellChecker.ClientInstanceName">
|
|
<summary>
|
|
<para>Gets or sets the <see cref="T:DevExpress.Web.ASPxSpellChecker.ASPxSpellChecker"/>'s client programmatic identifier.</para>
|
|
</summary>
|
|
<value>A string value that specifies the <see cref="T:DevExpress.Web.ASPxSpellChecker.ASPxSpellChecker"/>'s client identifier.</value>
|
|
</member>
|
|
<member name="E:DevExpress.Web.ASPxSpellChecker.ASPxSpellChecker.ClientLayout">
|
|
<summary>
|
|
<para>Enables you to save and restore the previously saved layout of the ASPxSpellChecker.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxSpellChecker.ASPxSpellChecker.ClientSideEvents">
|
|
<summary>
|
|
<para>Gets an object that lists the client-side events specific to the <see cref="T:DevExpress.Web.ASPxSpellChecker.ASPxSpellChecker"/>.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Web.ASPxSpellChecker.SpellCheckerClientSideEvents"/> object which allows assigning handlers to the client-side events available to the <see cref="T:DevExpress.Web.ASPxSpellChecker.ASPxSpellChecker"/>.</value>
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxSpellChecker.ASPxSpellChecker.Culture">
|
|
<summary>
|
|
<para>Gets or sets the culture-specific settings of the spellchecker.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Globalization.CultureInfo"/> object that specifies culture settings (language and phonetic specifics).</value>
|
|
</member>
|
|
<member name="E:DevExpress.Web.ASPxSpellChecker.ASPxSpellChecker.CustomDictionaryLoading">
|
|
<summary>
|
|
<para>Fires when a custom dictionary is loading into a session.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="E:DevExpress.Web.ASPxSpellChecker.ASPxSpellChecker.CustomJSProperties">
|
|
<summary>
|
|
<para>Enables you to supply any server data that can then be parsed on the client.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxSpellChecker.ASPxSpellChecker.DialogFormCloseButtonImage">
|
|
<summary>
|
|
<para>Gets the settings of an image displayed within the check spelling form close button.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Web.HeaderButtonImageProperties"/> object that contains image settings.</value>
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxSpellChecker.ASPxSpellChecker.Dictionaries">
|
|
<summary>
|
|
<para>Provides access to a collection of dictionaries maintained by the ASPxSpellChecker instance.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Web.ASPxSpellChecker.SpellCheckerDictionaryCollection"/> object, representing a collection of dictionaries.</value>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxSpellChecker.ASPxSpellChecker.Dispose">
|
|
<summary>
|
|
<para>Releases all resources used by the ASPxSpellChecker.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxSpellChecker.ASPxSpellChecker.EnableCallbackCompression">
|
|
<summary>
|
|
<para>Gets or sets whether the callback result data compression is enabled.</para>
|
|
</summary>
|
|
<value>true to compress data stream; otherwise, false.</value>
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxSpellChecker.ASPxSpellChecker.ErrorWordStyle">
|
|
<summary>
|
|
<para>Provides access to an object specifying style settings for the misspelled word in a text.</para>
|
|
</summary>
|
|
<value>A DevExpress.Web.ASPxSpellChecker.ErrorWordStyle class instance that holds style settings.</value>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxSpellChecker.ASPxSpellChecker.GetCheckedTextContainerStyle">
|
|
<summary>
|
|
<para>Returns an object containing style settings of the control which holds the text being checked in the spelling form.</para>
|
|
</summary>
|
|
<returns>A DevExpress.Web.ASPxSpellChecker.CheckedTextContainerStyle object containing style settings.</returns>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxSpellChecker.ASPxSpellChecker.GetCulture">
|
|
<summary>
|
|
<para>Gets the culture setting of the spellchecker.</para>
|
|
</summary>
|
|
<returns>A <see cref="T:System.Globalization.CultureInfo"/> object, containing information about specific culture.</returns>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxSpellChecker.ASPxSpellChecker.GetCustomDictionary">
|
|
<summary>
|
|
<para>Returns a custom dictionary of the spell checker.</para>
|
|
</summary>
|
|
<returns>A <see cref="T:DevExpress.XtraSpellChecker.SpellCheckerCustomDictionary"/> object representing a custom dictionary.</returns>
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxSpellChecker.ASPxSpellChecker.ImageFolder">
|
|
<summary>
|
|
<para>Gets or sets the path to the folder that contains images used by the control.</para>
|
|
</summary>
|
|
<value>A string value specifying the root path of all the images used by the control.</value>
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxSpellChecker.ASPxSpellChecker.ImagesEditors">
|
|
<summary>
|
|
<para>Provides access to image settings for specific elements of editors on the ASPxSpellChecker forms.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Web.ASPxSpellChecker.SpellCheckerEditorImages"/> object that contains image settings.</value>
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxSpellChecker.ASPxSpellChecker.JSProperties">
|
|
<summary>
|
|
<para>Gets a collection of temporary client properties and its values.</para>
|
|
</summary>
|
|
<value>A System.Collections.Generic.Dictionary object that represents the collection of properties and its values.</value>
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxSpellChecker.ASPxSpellChecker.LevenshteinDistance">
|
|
<summary>
|
|
<para>Gets or sets the parameter used to measure the proximity of words.</para>
|
|
</summary>
|
|
<value>An integer value that is the maximum number of steps used to convert the misspelled word into the suggested one.</value>
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxSpellChecker.ASPxSpellChecker.LoadingPanelDelay">
|
|
<summary>
|
|
<para>Gets or sets the delay before displaying the loading panel.</para>
|
|
</summary>
|
|
<value>An <see cref="T:System.Int32"/> value that specifies the time interval between when a callback is sent to the server and a loading panel is displayed, in milliseconds.</value>
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxSpellChecker.ASPxSpellChecker.LoadingPanelImage">
|
|
<summary>
|
|
<para>Gets the settings of an image to be displayed within a loading panel while waiting for a callback response.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains the image's settings.</value>
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxSpellChecker.ASPxSpellChecker.LoadingPanelImagePosition">
|
|
<summary>
|
|
<para>Gets or sets the position of an image displayed within a loading panel.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Web.ImagePosition"/> enumeration value.</value>
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxSpellChecker.ASPxSpellChecker.LoadingPanelStyle">
|
|
<summary>
|
|
<para>Gets the style settings of a loading panel displayed while waiting for a callback response.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Web.LoadingPanelStyle"/> object that contains style settings.</value>
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxSpellChecker.ASPxSpellChecker.LoadingPanelText">
|
|
<summary>
|
|
<para>Gets or sets the text to be displayed within a loading panel while waiting for a callback response.</para>
|
|
</summary>
|
|
<value>A string that specifies the text displayed within a loading panel.</value>
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxSpellChecker.ASPxSpellChecker.MaximumErrorCountInResponse">
|
|
<summary>
|
|
<para>Specifies the maximum number of spelling errors found before the server sends a response to the client.</para>
|
|
</summary>
|
|
<value>An <see cref="T:System.Int32"/> value specifying the number of errors.</value>
|
|
</member>
|
|
<member name="E:DevExpress.Web.ASPxSpellChecker.ASPxSpellChecker.NotInDictionaryWordFound">
|
|
<summary>
|
|
<para>Occurs when a word being checked is not found in a dictionary.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="E:DevExpress.Web.ASPxSpellChecker.ASPxSpellChecker.PrepareSuggestions">
|
|
<summary>
|
|
<para>Occurs when a misspelled word is found and a list of suggested replacements is created and sorted.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxSpellChecker.ASPxSpellChecker.RightToLeft">
|
|
<summary>
|
|
<para>Gets or sets a value specifying whether or not the current control supports right-to-left representation.</para>
|
|
</summary>
|
|
<value>One of the <see cref="T:DevExpress.Utils.DefaultBoolean"></see> enumeration values.</value>
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxSpellChecker.ASPxSpellChecker.SaveStateToCookies">
|
|
<summary>
|
|
<para>Gets or sets a value that specifies whether cookies are used to persist information about the control.</para>
|
|
</summary>
|
|
<value>true if information is persisted in cookies; otherwise, false.</value>
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxSpellChecker.ASPxSpellChecker.SaveStateToCookiesID">
|
|
<summary>
|
|
<para>Gets or sets the identifier of the cookie in which the control's state is persisted.</para>
|
|
</summary>
|
|
<value>A string value specifying a cookie's name.</value>
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxSpellChecker.ASPxSpellChecker.SettingsDialogFormElements">
|
|
<summary>
|
|
<para>Provides access to settings related to the customization of dialog form elements.</para>
|
|
</summary>
|
|
<value>An <see cref="T:DevExpress.Web.ASPxSpellChecker.SpellCheckerDialogSettings"/> object that contains customization settings for form elements of built-in dialogs.</value>
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxSpellChecker.ASPxSpellChecker.SettingsForms">
|
|
<summary>
|
|
<para>Gets the settings allowing you to specify paths to dialog forms (UserControls) stored within a web site.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Web.ASPxSpellChecker.SpellCheckerFormsSettings"/> object containing properties which point to individual dialog forms.</value>
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxSpellChecker.ASPxSpellChecker.SettingsLoadingPanel">
|
|
<summary>
|
|
<para>Provides access to the loading panel's settings.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Web.SettingsLoadingPanel"/> object that contains the loading panel's settings.</value>
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxSpellChecker.ASPxSpellChecker.SettingsSpelling">
|
|
<summary>
|
|
<para>Provides access to basic spelling settings.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Web.ASPxSpellChecker.ASPxSpellCheckerSpellingSettings"/> object that holds spelling options.</value>
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxSpellChecker.ASPxSpellChecker.SettingsText">
|
|
<summary>
|
|
<para>Provides access to texts displayed in different elements of the control.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Web.ASPxSpellChecker.ASPxSpellCheckerTextSettings"/> class instance that holds texts for use in control layout and related forms</value>
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxSpellChecker.ASPxSpellChecker.ShowLoadingPanel">
|
|
<summary>
|
|
<para>Gets or sets whether the loading panel can be displayed.</para>
|
|
</summary>
|
|
<value>true if a loading panel is allowed to be displayed; otherwise, false.</value>
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxSpellChecker.ASPxSpellChecker.ShowLoadingPanelImage">
|
|
<summary>
|
|
<para>Gets or sets a value that specifies the visibility of an image within a loading panel displayed while waiting for a callback response.</para>
|
|
</summary>
|
|
<value>true if an image is displayed within a loading panel; otherwise, false.</value>
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxSpellChecker.ASPxSpellChecker.SpriteCssFilePath">
|
|
<summary>
|
|
<para>Gets or sets the path to a CSS file that defines the control's sprite image settings.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.String"/> value that specifies the path to the required CSS file.</value>
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxSpellChecker.ASPxSpellChecker.SpriteImageUrl">
|
|
<summary>
|
|
<para>Gets or sets the path to a sprite image.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.String"/> value that specifies the path to the sprite image.</value>
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxSpellChecker.ASPxSpellChecker.StylesButton">
|
|
<summary>
|
|
<para>Provides access to an object which specifies the appearance of buttons on the spelling form.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Web.ASPxSpellChecker.SpellCheckerButtonStyles"/> object, containing the button style settings.</value>
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxSpellChecker.ASPxSpellChecker.StylesDialogForm">
|
|
<summary>
|
|
<para>Provides access to style settings for the spellchecker forms.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Web.ASPxSpellChecker.SpellCheckerDialogFormStyles"/> object that contains style settings.</value>
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxSpellChecker.ASPxSpellChecker.StylesEditors">
|
|
<summary>
|
|
<para>Provides access to style settings for editor elements in the spellchecker forms.</para>
|
|
</summary>
|
|
<value>A DevExpress.Web.ASPxSpellChecker.SpellCheckerEditorStyles object that contains style settings.</value>
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxSpellChecker.ASPxSpellChecker.SuggestionCount">
|
|
<summary>
|
|
<para>Gets or sets the number of suggested words displayed in the spelling form.</para>
|
|
</summary>
|
|
<value>An integer, representing the number of suggestions displayed.</value>
|
|
</member>
|
|
<member name="E:DevExpress.Web.ASPxSpellChecker.ASPxSpellChecker.WordAdded">
|
|
<summary>
|
|
<para>Fires when a word is added to the custom dictionary.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxSpellChecker.ASPxSpellCheckerBaseSettings">
|
|
<summary>
|
|
<para>Represents the base for the <see cref="T:DevExpress.Web.ASPxSpellChecker.ASPxSpellCheckerSpellingSettings"/> and <see cref="T:DevExpress.Web.ASPxSpellChecker.ASPxSpellCheckerTextSettings"/> classes.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxSpellChecker.ASPxSpellCheckerBaseSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxSpellChecker.ASPxSpellCheckerBaseSettings"/> class with the specified owner.</para>
|
|
</summary>
|
|
<param name="owner">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxSpellChecker.ASPxSpellCheckerCustomDictionary">
|
|
<summary>
|
|
<para>Represents a custom dictionary of the spell checker.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxSpellChecker.ASPxSpellCheckerCustomDictionary.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxSpellChecker.ASPxSpellCheckerCustomDictionary"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxSpellChecker.ASPxSpellCheckerCustomDictionary.AddWord(System.String)">
|
|
<summary>
|
|
<para>Appends a word to a custom dictionary.</para>
|
|
</summary>
|
|
<param name="word">A string, representing a word to add.</param>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxSpellChecker.ASPxSpellCheckerCustomDictionary.AddWords(System.String[])">
|
|
<summary>
|
|
<para>Appends several words to a custom dictionary.</para>
|
|
</summary>
|
|
<param name="words">A string array of words to add to a dictionary.</param>
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxSpellChecker.ASPxSpellCheckerCustomDictionary.Dictionary">
|
|
<summary>
|
|
<para>Gets a custom spellchecker dictionary.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraSpellChecker.SpellCheckerCustomDictionary"/> class instance.</value>
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxSpellChecker.ASPxSpellCheckerCustomDictionary.IsCustomDictionary">
|
|
<summary>
|
|
<para>Indicates that the current dictionary is a custom dictionary.</para>
|
|
</summary>
|
|
<value>Always returns true.</value>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxSpellChecker.ASPxSpellCheckerCustomDictionary.LoadFromStream(System.IO.Stream,System.IO.Stream)">
|
|
<summary>
|
|
<para>Loads a dictionary and alphabet from the specified streams into the current <see cref="T:DevExpress.Web.ASPxSpellChecker.ASPxSpellCheckerCustomDictionary"/> object, and initializes it.</para>
|
|
</summary>
|
|
<param name="dictionaryStream">A <see cref="T:System.IO.Stream"/> object which stores the word list.</param>
|
|
<param name="alphabetStream">A <see cref="T:System.IO.Stream"/> object which stores the language's alphabet.</param>
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxSpellChecker.ASPxSpellCheckerDictionary">
|
|
<summary>
|
|
<para>Represents a dictionary used by the ASPxSpellChecker engine.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxSpellChecker.ASPxSpellCheckerDictionary.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxSpellChecker.ASPxSpellCheckerDictionary"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxSpellChecker.ASPxSpellCheckerDictionary.AlphabetPath">
|
|
<summary>
|
|
<para>Gets or sets the path to a file that defines the alphabet associated with a dictionary.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.String"/> value that specifies the path to the alphabet file.</value>
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxSpellChecker.ASPxSpellCheckerDictionary.Dictionary">
|
|
<summary>
|
|
<para>Gets an internal representation of a spellchecker dictionary.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraSpellChecker.SpellCheckerDictionary"/> class instance.</value>
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxSpellChecker.ASPxSpellCheckerDictionaryBase">
|
|
<summary>
|
|
<para>Defines the base class for ASPxSpellChecker dictionaries.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxSpellChecker.ASPxSpellCheckerDictionaryBase.Encoding">
|
|
<summary>
|
|
<para>Gets or sets code page settings of the dictionary text characters.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Text.Encoding"/> object, representing a character encoding.</value>
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxSpellChecker.ASPxSpellCheckerDictionaryBase.EncodingName">
|
|
<summary>
|
|
<para>Gets or sets the human-readable description of the dictionary's encoding.</para>
|
|
</summary>
|
|
<value>A string, specifying the encoding's human-readable name.</value>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxSpellChecker.ASPxSpellCheckerDictionaryBase.GetEncoding">
|
|
<summary>
|
|
<para>Returns a character encoding used by the dictionary.</para>
|
|
</summary>
|
|
<returns>A <see cref="T:System.Text.Encoding"/> object that is a character encoding.</returns>
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxSpellChecker.ASPxSpellCheckerDictionaryBase.Item(System.Int32)">
|
|
<summary>
|
|
<para>Provides indexed access to words contained within the dictionary.</para>
|
|
</summary>
|
|
<param name="index">An integer value specifying the zero-based index of the returned word.</param>
|
|
<value>A <see cref="T:System.String"/> value.</value>
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxSpellChecker.ASPxSpellCheckerISpellDictionary">
|
|
<summary>
|
|
<para>Represents an ASPxSpellChecker dictionary originated from a dictionary in the ISpell format.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxSpellChecker.ASPxSpellCheckerISpellDictionary.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxSpellChecker.ASPxSpellCheckerISpellDictionary"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxSpellChecker.ASPxSpellCheckerISpellDictionary.AlphabetPath">
|
|
<summary>
|
|
<para>Gets or sets the path to a file that defines the alphabet associated with a dictionary.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.String"/> value that specifies the path to the alphabet file.</value>
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxSpellChecker.ASPxSpellCheckerISpellDictionary.Dictionary">
|
|
<summary>
|
|
<para>Gets an internal representation of a spellchecker dictionary.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraSpellChecker.SpellCheckerISpellDictionary"/> class instance.</value>
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxSpellChecker.ASPxSpellCheckerISpellDictionary.GrammarPath">
|
|
<summary>
|
|
<para>Get or sets a location of the affix file for the <see cref="T:DevExpress.Web.ASPxSpellChecker.ASPxSpellCheckerISpellDictionary"/></para>
|
|
</summary>
|
|
<value>A <see cref="T:System.String"/> value, specifying the path to the affix file.</value>
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxSpellChecker.ASPxSpellCheckerOpenOfficeDictionary">
|
|
<summary>
|
|
<para>Represents an ASPxSpellChecker dictionary originated from a dictionary and affix files of the OpenOffice.org project format.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxSpellChecker.ASPxSpellCheckerOpenOfficeDictionary.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxSpellChecker.ASPxSpellCheckerOpenOfficeDictionary"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxSpellChecker.ASPxSpellCheckerOpenOfficeDictionary.Dictionary">
|
|
<summary>
|
|
<para>Gets an internal representation of a spellchecker dictionary.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.XtraSpellChecker.SpellCheckerOpenOfficeDictionary"/> class instance.</value>
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxSpellChecker.ASPxSpellCheckerOpenOfficeDictionary.Encoding">
|
|
<summary>
|
|
<para>Gets or sets the character encoding used by a dictionary.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Text.Encoding"/> value, specifying the character encoding.</value>
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxSpellChecker.ASPxSpellCheckerSpellingSettings">
|
|
<summary>
|
|
<para>Represents a container of settings that affect spell checking.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxSpellChecker.ASPxSpellCheckerSpellingSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxSpellChecker.ASPxSpellCheckerSpellingSettings"/> class with the specified owner.</para>
|
|
</summary>
|
|
<param name="owner">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxSpellChecker.ASPxSpellCheckerSpellingSettings.Assign(DevExpress.Web.PropertiesBase)">
|
|
<summary>
|
|
<para>Copies public properties from the specified <see cref="T:DevExpress.Web.CollectionItem"/> object to the current object.</para>
|
|
</summary>
|
|
<param name="source">A <see cref="T:DevExpress.Web.CollectionItem"/> object or descendant whose properties are copied to the current object.</param>
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxSpellChecker.ASPxSpellCheckerSpellingSettings.IgnoreEmails">
|
|
<summary>
|
|
<para>Gets or sets whether email addresses should be skipped during checking.</para>
|
|
</summary>
|
|
<value>true to exclude email addresses from spell check; otherwise, false.</value>
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxSpellChecker.ASPxSpellCheckerSpellingSettings.IgnoreMarkupTags">
|
|
<summary>
|
|
<para>Gets or sets whether the text enclosed with specific markup tags should be checked.</para>
|
|
</summary>
|
|
<value>true to exclude the text within tags from the check; otherwise, false.</value>
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxSpellChecker.ASPxSpellCheckerSpellingSettings.IgnoreMixedCaseWords">
|
|
<summary>
|
|
<para>Gets or sets whether the spellchecker ignores words containing different case letters in positions other than the first.</para>
|
|
</summary>
|
|
<value>true to skip mixed case words while checking; otherwise, false.</value>
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxSpellChecker.ASPxSpellCheckerSpellingSettings.IgnoreUpperCaseWords">
|
|
<summary>
|
|
<para>Gets or sets whether words in which all letters are uppercase should be skipped during checking.</para>
|
|
</summary>
|
|
<value>true to ignore words in uppercase; otherwise, false.</value>
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxSpellChecker.ASPxSpellCheckerSpellingSettings.IgnoreUrls">
|
|
<summary>
|
|
<para>Gets or sets whether URLs in text are skipped during checking.</para>
|
|
</summary>
|
|
<value>true to ignore URLs in text; otherwise, false.</value>
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxSpellChecker.ASPxSpellCheckerSpellingSettings.IgnoreWordsWithNumber">
|
|
<summary>
|
|
<para>Gets or sets whether the spell checker skips words that contain numbers during checking.</para>
|
|
</summary>
|
|
<value>true to ignore words with numbers; otherwise, false.</value>
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxSpellChecker.ASPxSpellCheckerTextSettings">
|
|
<summary>
|
|
<para>Represents a container of strings, which are used in the ASPxSpellChecker's dialogs.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxSpellChecker.ASPxSpellCheckerTextSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxSpellChecker.ASPxSpellCheckerTextSettings"/> class with the specified owner.</para>
|
|
</summary>
|
|
<param name="owner">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxSpellChecker.ASPxSpellCheckerTextSettings.Assign(DevExpress.Web.PropertiesBase)">
|
|
<summary>
|
|
<para>Copies public properties from the specified <see cref="T:DevExpress.Web.CollectionItem"/> object to the current object.</para>
|
|
</summary>
|
|
<param name="source">A <see cref="T:DevExpress.Web.CollectionItem"/> object or descendant whose properties are copied to the current object.</param>
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxSpellChecker.ASPxSpellCheckerTextSettings.FinishSpellChecking">
|
|
<summary>
|
|
<para>Gets or sets the text which informs the user that the spell check is finished.</para>
|
|
</summary>
|
|
<value>A string, containing a text message indicating that the spell check process is complete.</value>
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxSpellChecker.ASPxSpellCheckerTextSettings.NoSuggestionsText">
|
|
<summary>
|
|
<para>Gets or sets the text message informing the user that no words are found for replacement.</para>
|
|
</summary>
|
|
<value>A string, containing the message's text.</value>
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxSpellChecker.ASPxSpellCheckerTextSettings.OptionsFormCaption">
|
|
<summary>
|
|
<para>Get or sets the title of the Options dialog form.</para>
|
|
</summary>
|
|
<value>A string containing the text used as a caption of the Options form.</value>
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxSpellChecker.ASPxSpellCheckerTextSettings.SpellCheckFormCaption">
|
|
<summary>
|
|
<para>Get or sets the title of the spelling form.</para>
|
|
</summary>
|
|
<value>A string containing the text used as a caption of the spelling form.</value>
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxSpellChecker.CheckedTextContainerStyle">
|
|
<summary>
|
|
<para>Contains style settings for the checked text appearance.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxSpellChecker.CheckedTextContainerStyle.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxSpellChecker.CheckedTextContainerStyle"/> class.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxSpellChecker.CheckedTextContainerStyle.HoverStyle">
|
|
<summary>
|
|
<para>Gets style settings to define the appearance of the checked text in the hover state.</para>
|
|
</summary>
|
|
<value>Style settings.</value>
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxSpellChecker.CheckedTextContainerStyle.ImageSpacing">
|
|
<summary>
|
|
<para>Gets or sets the image spacings in the container.</para>
|
|
</summary>
|
|
<value>The spacing value.</value>
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxSpellChecker.CheckedTextContainerStyle.PressedStyle">
|
|
<summary>
|
|
<para>Gets style settings to define the appearance of the checked text in the pressed state.</para>
|
|
</summary>
|
|
<value>Style settings.</value>
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxSpellChecker.CheckedTextContainerStyle.SelectedStyle">
|
|
<summary>
|
|
<para>Gets style settings to define the appearance of the checked text in the selected state.</para>
|
|
</summary>
|
|
<value>Style settings.</value>
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxSpellChecker.CheckedTextContainerStyle.Spacing">
|
|
<summary>
|
|
<para>Gets or sets the spacing between elements in the container.</para>
|
|
</summary>
|
|
<value>The spacing value.</value>
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxSpellChecker.CustomDictionaryLoadingEventArgs">
|
|
<summary>
|
|
<para>Provides data for the <see cref="E:DevExpress.Web.ASPxSpellChecker.ASPxSpellChecker.CustomDictionaryLoading"/> event.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxSpellChecker.CustomDictionaryLoadingEventArgs.#ctor(DevExpress.Web.ASPxSpellChecker.ASPxSpellCheckerCustomDictionary)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxSpellChecker.CustomDictionaryLoadingEventArgs"/> class with the specified custom dictionary.</para>
|
|
</summary>
|
|
<param name="customDictionary">An <see cref="T:DevExpress.Web.ASPxSpellChecker.ASPxSpellCheckerDictionary"/> value representing the custom dictionary. This value is assigned to the <see cref="P:DevExpress.Web.ASPxSpellChecker.CustomDictionaryLoadingEventArgs.CustomDictionary"/> property.</param>
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxSpellChecker.CustomDictionaryLoadingEventArgs.CustomDictionary">
|
|
<summary>
|
|
<para>Gets the custom dictionary to be loaded.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Web.ASPxSpellChecker.ASPxSpellCheckerCustomDictionary"/> object representing the custom dictionary.</value>
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxSpellChecker.CustomDictionaryLoadingEventHandler">
|
|
<summary>
|
|
<para>A method that will handle the <see cref="E:DevExpress.Web.ASPxSpellChecker.ASPxSpellChecker.CustomDictionaryLoading"/> event.</para>
|
|
</summary>
|
|
<param name="sender">The event source. This parameter identifies the <see cref="T:DevExpress.Web.ASPxSpellChecker.ASPxSpellChecker"/> which raised the event.</param>
|
|
<param name="e">A <see cref="T:DevExpress.Web.ASPxSpellChecker.CustomDictionaryLoadingEventArgs"/> object which contains event data.</param>
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxSpellChecker.ErrorWordStyle">
|
|
<summary>
|
|
<para>Contains style settings that applied to the error word.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxSpellChecker.ErrorWordStyle.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxSpellChecker.ErrorWordStyle"/> class.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxSpellChecker.ErrorWordStyle.HoverStyle">
|
|
<summary>
|
|
<para>Gets the style settings applied to the error word in the hover state.</para>
|
|
</summary>
|
|
<value>Style settings.</value>
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxSpellChecker.ErrorWordStyle.ImageSpacing">
|
|
<summary>
|
|
<para>Specifies the image spacing.</para>
|
|
</summary>
|
|
<value>The spacing value.</value>
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxSpellChecker.ErrorWordStyle.PressedStyle">
|
|
<summary>
|
|
<para>Gets the style settings applied to the error word in the pressed state.</para>
|
|
</summary>
|
|
<value>Style settings.</value>
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxSpellChecker.ErrorWordStyle.SelectedStyle">
|
|
<summary>
|
|
<para>Gets the style settings applied to the error word in the selected state.</para>
|
|
</summary>
|
|
<value>Style settings.</value>
|
|
</member>
|
|
<member name="N:DevExpress.Web.ASPxSpellChecker.Localization">
|
|
<summary>
|
|
<para>Contains classes and enumerations that implement basic functionality for localization of the <see cref="T:DevExpress.Web.ASPxSpellChecker.ASPxSpellChecker"/> control.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxSpellChecker.Localization.ASPxSpellCheckerLocalizer">
|
|
<summary>
|
|
<para>Provides a means to localize the <see cref="T:DevExpress.Web.ASPxSpellChecker.ASPxSpellChecker"/>'s UI elements at runtime.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxSpellChecker.Localization.ASPxSpellCheckerLocalizer.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxSpellChecker.Localization.ASPxSpellCheckerLocalizer"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxSpellChecker.Localization.ASPxSpellCheckerLocalizer.CreateResXLocalizer">
|
|
<summary>
|
|
<para>Returns an object comprising resources based on the thread's language and regional settings (culture).</para>
|
|
</summary>
|
|
<returns>A <see cref="T:DevExpress.Utils.Localization.XtraLocalizer`1"/><<see cref="T:DevExpress.Web.ASPxSpellChecker.Localization.ASPxSpellCheckerStringId"/>,> object comprising resources based on the thread's culture.</returns>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxSpellChecker.Localization.ASPxSpellCheckerLocalizer.GetString(DevExpress.Web.ASPxSpellChecker.Localization.ASPxSpellCheckerStringId)">
|
|
<summary>
|
|
<para>Returns a localized string for the specified string identifier.</para>
|
|
</summary>
|
|
<param name="id">An <see cref="T:DevExpress.Web.ASPxSpellChecker.Localization.ASPxSpellCheckerStringId"/> enumeration value identifying the string to localize.</param>
|
|
<returns>A <see cref="T:System.String"/> corresponding to the specified identifier.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxSpellChecker.Localization.ASPxSpellCheckerResLocalizer">
|
|
<summary>
|
|
<para>Provides a means to localize the <see cref="T:DevExpress.Web.ASPxSpellChecker.ASPxSpellChecker"/>'s UI elements at runtime.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxSpellChecker.Localization.ASPxSpellCheckerResLocalizer.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxSpellChecker.Localization.ASPxSpellCheckerResLocalizer"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxSpellChecker.Localization.ASPxSpellCheckerStringId">
|
|
<summary>
|
|
<para>Contains strings that can be localized for the <see cref="T:DevExpress.Web.ASPxSpellChecker.ASPxSpellChecker"/>. For more information, refer to the topic.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxSpellChecker.Localization.ASPxSpellCheckerStringId.AddToDictionaryButton">
|
|
<summary>
|
|
<para>Defines the caption of the Add to Dictionary button on the Check Spelling Form of the Spell Checker.Default value: "Add to Dictionary"</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxSpellChecker.Localization.ASPxSpellCheckerStringId.CancelButton">
|
|
<summary>
|
|
<para>Defines the caption of the Cancel button on the Spelling Options Form of the Spell Checker.Default value: "Cancel"</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxSpellChecker.Localization.ASPxSpellCheckerStringId.ChangeAllButton">
|
|
<summary>
|
|
<para>Defines the caption of the Change All button on the Check Spelling Form of the Spell Checker.Default value: "Change All"</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxSpellChecker.Localization.ASPxSpellCheckerStringId.ChangeButton">
|
|
<summary>
|
|
<para>Defines the caption of the Change button on the Check Spelling Form of the Spell Checker.Default value: "Change"</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxSpellChecker.Localization.ASPxSpellCheckerStringId.ChangeTo">
|
|
<summary>
|
|
<para>Defines the Check Spelling Form's Change To: label caption.Default value: "Change to:"</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxSpellChecker.Localization.ASPxSpellCheckerStringId.ChooseDictionary">
|
|
<summary>
|
|
<para>Defines the text shown in the International dictionaries block of the Spelling Options Form.Default value: "Choose which dictionary to use when checking your spelling."</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxSpellChecker.Localization.ASPxSpellCheckerStringId.CloseButton">
|
|
<summary>
|
|
<para>Defines the caption of the Close button on the Check Spelling Form of the Spell Checker.Default value: "Close"</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxSpellChecker.Localization.ASPxSpellCheckerStringId.FinishSpellChecking">
|
|
<summary>
|
|
<para>Defines the text displayed within the message box invoked if the spelling check is complete and the <see cref="P:DevExpress.Web.ASPxSpellChecker.ASPxSpellCheckerTextSettings.FinishSpellChecking"/> property value is not customized.Default value: "The spelling check is complete."</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxSpellChecker.Localization.ASPxSpellCheckerStringId.GeneralOptions">
|
|
<summary>
|
|
<para>Defines the caption of the General options block in the Spelling Options Form.Default value: "General options"</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxSpellChecker.Localization.ASPxSpellCheckerStringId.IgnoreAllButton">
|
|
<summary>
|
|
<para>Defines the caption of the Ignore All button on the Check Spelling Form of the Spell Checker.Default value: "Ignore All"</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxSpellChecker.Localization.ASPxSpellCheckerStringId.IgnoreEmails">
|
|
<summary>
|
|
<para>Defines the caption of the Ignore e-mails option in the Spelling Options Form.Default value: "Ignore e-mails"</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxSpellChecker.Localization.ASPxSpellCheckerStringId.IgnoreMixedCase">
|
|
<summary>
|
|
<para>Defines the caption of the Ignore words in MiXeDcAsE option in the Spelling Options Form.Default value: "Ignore words in MiXeDcAsE"</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxSpellChecker.Localization.ASPxSpellCheckerStringId.IgnoreNumbers">
|
|
<summary>
|
|
<para>Defines the caption of the Ignore words with numbers option in the Spelling Options Form.Default value: "Ignore words with numbers"</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxSpellChecker.Localization.ASPxSpellCheckerStringId.IgnoreOnceButton">
|
|
<summary>
|
|
<para>Defines the caption of the Ignore Once button on the Check Spelling Form of the Spell Checker.Default value: "Ignore Once"</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxSpellChecker.Localization.ASPxSpellCheckerStringId.IgnoreTags">
|
|
<summary>
|
|
<para>Defines the caption of the Ignore markup tags option in the Spelling Options Form.Default value: "Ignore markup tags"</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxSpellChecker.Localization.ASPxSpellCheckerStringId.IgnoreUppercase">
|
|
<summary>
|
|
<para>Defines the caption of the Ignore words in UPPERCASE option in the Spelling Options Form.Default value: "Ignore words in UPPERCASE"</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxSpellChecker.Localization.ASPxSpellCheckerStringId.IgnoreUrls">
|
|
<summary>
|
|
<para>Defines the caption of the Ignore URLs option in the Spelling Options Form.Default value: "Ignore URLs"</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxSpellChecker.Localization.ASPxSpellCheckerStringId.InternationalDictionaries">
|
|
<summary>
|
|
<para>Defines the caption of the International dictionaries block in the Spelling Options Form.Default value: "International dictionaries"</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxSpellChecker.Localization.ASPxSpellCheckerStringId.Language">
|
|
<summary>
|
|
<para>Defines the Language: label caption shown in the International dictionaries block of the Spelling Options Form.Default value: "Language:"</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxSpellChecker.Localization.ASPxSpellCheckerStringId.NoSuggestionsText">
|
|
<summary>
|
|
<para>Defines the text shown in a Check Spelling Form suggestion box if no suggestion was found.Default value: "(No Suggestions)"</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxSpellChecker.Localization.ASPxSpellCheckerStringId.NotInDictionary">
|
|
<summary>
|
|
<para>Defines the Check Spelling Form's Not in Dictionary label caption.Default value: "Not in Dictionary:"</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxSpellChecker.Localization.ASPxSpellCheckerStringId.OkButton">
|
|
<summary>
|
|
<para>Defines the caption of the OK button on the Spelling Options Form of the Spell Checker.Default value: "OK"</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxSpellChecker.Localization.ASPxSpellCheckerStringId.OptionsButton">
|
|
<summary>
|
|
<para>Defines the caption of the Options button on the Check Spelling Form of the Spell Checker.Default value: "Options..."</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxSpellChecker.Localization.ASPxSpellCheckerStringId.OptionsFormCaption">
|
|
<summary>
|
|
<para>Defines the Spelling Options Form's caption.Default value: "Spelling Options"</para>
|
|
</summary>
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxSpellChecker.Localization.ASPxSpellCheckerStringId.SpellCheckFormCaption">
|
|
<summary>
|
|
<para>Defines the Check Spelling Form's caption.Default value: "Check Spelling"</para>
|
|
</summary>
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxSpellChecker.SpellCheckerButtonStyles">
|
|
<summary>
|
|
<para>Contains settings that allow the appearance of button elements within the <see cref="T:DevExpress.Web.ASPxSpellChecker.ASPxSpellChecker"/> control to be defined.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxSpellChecker.SpellCheckerButtonStyles.#ctor(DevExpress.Web.Internal.ISkinOwner)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxSpellChecker.SpellCheckerButtonStyles"/> class with the specified owner.</para>
|
|
</summary>
|
|
<param name="skinOwner">An object that implements the ISkinOwner interface.</param>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxSpellChecker.SpellCheckerButtonStyles.ToString">
|
|
<summary>
|
|
<para>This property is not in effect for the <see cref="T:DevExpress.Web.ASPxSpellChecker.SpellCheckerButtonStyles"/> class.</para>
|
|
</summary>
|
|
<returns></returns>
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxSpellChecker.SpellCheckerClientSideEvents">
|
|
<summary>
|
|
<para>Contains a client-side ASPxSpellChecker's event list.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxSpellChecker.SpellCheckerClientSideEvents.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxSpellChecker.SpellCheckerClientSideEvents"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxSpellChecker.SpellCheckerClientSideEvents.AfterCheck">
|
|
<summary>
|
|
<para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <see cref="P:js-ASPxClientSpellChecker.AfterCheck"/> event.</para>
|
|
</summary>
|
|
<value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxSpellChecker.SpellCheckerClientSideEvents.BeforeCheck">
|
|
<summary>
|
|
<para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <see cref="P:js-ASPxClientSpellChecker.BeforeCheck"/> event.</para>
|
|
</summary>
|
|
<value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxSpellChecker.SpellCheckerClientSideEvents.CheckCompleteFormShowing">
|
|
<summary>
|
|
<para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <see cref="P:js-ASPxClientSpellChecker.CheckCompleteFormShowing"/> event.</para>
|
|
</summary>
|
|
<value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxSpellChecker.SpellCheckerClientSideEvents.WordChanged">
|
|
<summary>
|
|
<para>Gets or sets the name of the JavaScript function or the entire code which will handle the client-side <see cref="P:js-ASPxClientSpellChecker.WordChanged"/> event.</para>
|
|
</summary>
|
|
<value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxSpellChecker.SpellCheckerDialogFormStyles">
|
|
<summary>
|
|
<para>Contains settings that allow the appearance of dialog form elements within the <see cref="T:DevExpress.Web.ASPxSpellChecker.ASPxSpellChecker"/> control to be defined.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxSpellChecker.SpellCheckerDialogFormStyles.#ctor(DevExpress.Web.Internal.ISkinOwner)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxSpellChecker.SpellCheckerDialogFormStyles"/> class with the specified owner.</para>
|
|
</summary>
|
|
<param name="owner">An object that implements the ISkinOwner interface.</param>
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxSpellChecker.SpellCheckerDialogSettings">
|
|
<summary>
|
|
<para>Contains customization settings for form elements of built-in dialogs.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxSpellChecker.SpellCheckerDialogSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxSpellChecker.SpellCheckerDialogSettings"/> class with the specified owner.</para>
|
|
</summary>
|
|
<param name="owner">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxSpellChecker.SpellCheckerDialogSettings.Assign(DevExpress.Web.PropertiesBase)">
|
|
<summary>
|
|
<para>Copies the settings of the specified object to the current one.</para>
|
|
</summary>
|
|
<param name="source">A <see cref="T:DevExpress.Web.PropertiesBase"/> object whose settings are assigned to the current object.</param>
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxSpellChecker.SpellCheckerDialogSettings.ShowAddToDictionaryButton">
|
|
<summary>
|
|
<para>Gets or sets a value that specifies whether to display the "Add to Dictionary" button within the Check Spelling Form dialog.</para>
|
|
</summary>
|
|
<value>true, to display the related form element; otherwise, false.</value>
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxSpellChecker.SpellCheckerDialogSettings.ShowOptionsButton">
|
|
<summary>
|
|
<para>Gets or sets a value that specifies whether to display the "Options..." button within the Check Spelling Form dialog.</para>
|
|
</summary>
|
|
<value>true, to display the related form element; otherwise, false.</value>
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxSpellChecker.SpellCheckerDictionaryCollection">
|
|
<summary>
|
|
<para>Represents a collection of ASPxSpellChecker dictionaries.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxSpellChecker.SpellCheckerDictionaryCollection.#ctor">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxSpellChecker.SpellCheckerDictionaryCollection"/> class with default settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxSpellChecker.SpellCheckerDictionaryCollection.#ctor(DevExpress.Web.Internal.IWebControlObject)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxSpellChecker.SpellCheckerDictionaryCollection"/> class with the specified owner.</para>
|
|
</summary>
|
|
<param name="webControlObject">An object that implements the IWebControlObject interface.</param>
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxSpellChecker.SpellCheckerDictionaryCollection.SpellChecker">
|
|
<summary>
|
|
<para>Returns the owner of the dictionary.</para>
|
|
</summary>
|
|
<value>An <see cref="T:DevExpress.Web.ASPxSpellChecker.ASPxSpellChecker"/> object.</value>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxSpellChecker.SpellCheckerDictionaryCollection.ToString">
|
|
<summary>
|
|
<para>Overrides the corresponding property of the base class.</para>
|
|
</summary>
|
|
<returns>Always returns <see cref="F:System.String.Empty"/> value.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxSpellChecker.SpellCheckerEditorImages">
|
|
<summary>
|
|
<para>Contains settings that allow images to be defined for specific elements of editors used within the <see cref="T:DevExpress.Web.ASPxSpellChecker.ASPxSpellChecker"/>.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxSpellChecker.SpellCheckerEditorImages.#ctor(DevExpress.Web.Internal.ISkinOwner)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxSpellChecker.SpellCheckerEditorImages"/> class with the specified owner.</para>
|
|
</summary>
|
|
<param name="skinOwner">An object that implements the ISkinOwner interface.</param>
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxSpellChecker.SpellCheckerEditorStyles">
|
|
<summary>
|
|
<para>Contains style settings of the editors in the spell checker.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxSpellChecker.SpellCheckerEditorStyles.#ctor(DevExpress.Web.Internal.ISkinOwner)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxSpellChecker.SpellCheckerEditorStyles"/> class with specified settings.</para>
|
|
</summary>
|
|
<param name="skinOwner"></param>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxSpellChecker.SpellCheckerEditorStyles.ToString">
|
|
<summary>
|
|
<para>Returns a string that represents the current object.</para>
|
|
</summary>
|
|
<returns>The current object.</returns>
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxSpellChecker.SpellCheckerFormsSettings">
|
|
<summary>
|
|
<para>Contains dialog form settings.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxSpellChecker.SpellCheckerFormsSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxSpellChecker.SpellCheckerFormsSettings"/> class with the specified owner.</para>
|
|
</summary>
|
|
<param name="owner">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxSpellChecker.SpellCheckerFormsSettings.Assign(DevExpress.Web.PropertiesBase)">
|
|
<summary>
|
|
<para>Copies the settings from the specified <see cref="T:DevExpress.Web.PropertiesBase"/> object to the current object.</para>
|
|
</summary>
|
|
<param name="source">A <see cref="T:DevExpress.Web.PropertiesBase"/> object, whose settings are assigned to the current object.</param>
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxSpellChecker.SpellCheckerFormsSettings.SpellCheckFormPath">
|
|
<summary>
|
|
<para>Gets or sets the path to a UserControl (an .ascx file) that is the customized version of the built-in Check Spelling dialog form.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.String"/> value specifying the file name and path to a UserControl file that is a customized Check Spelling dialog form.</value>
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxSpellChecker.SpellCheckerFormsSettings.SpellCheckOptionsFormPath">
|
|
<summary>
|
|
<para>Gets or sets the path to a UserControl (an .ascx file) that is the customized version of the built-in Spelling Options dialog form.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.String"/> value specifying the file name and path to a UserControl file that is a customized Spelling Options dialog form.</value>
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxSpellChecker.SpellCheckerImages">
|
|
<summary>
|
|
<para>Contains style settings that allow you to specify images for the spell checker elements.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxSpellChecker.SpellCheckerImages.#ctor(DevExpress.Web.Internal.ISkinOwner)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxSpellChecker.SpellCheckerImages"/> class with specified settings.</para>
|
|
</summary>
|
|
<param name="owner"></param>
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxSpellChecker.SpellCheckerImages.CloseButtonImageName">
|
|
<summary>
|
|
<para>Specifies the name of the Close button image file.</para>
|
|
</summary>
|
|
<value>The image file name.</value>
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxSpellChecker.SpellCheckerImages.DialogFormCloseButton">
|
|
<summary>
|
|
<para>Gives access to the image settings of the Close button.</para>
|
|
</summary>
|
|
<value>Image settings.</value>
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxSpellChecker.SpellCheckerImages.ErrorUnderlineImageName">
|
|
<summary>
|
|
<para>Specifies the name of the Error image file.</para>
|
|
</summary>
|
|
<value>The image file name.</value>
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxSpellChecker.SpellCheckerImages.ImageFolder">
|
|
<summary>
|
|
<para>Specifies the path to the image folder.</para>
|
|
</summary>
|
|
<value>The path.</value>
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxSpellChecker.SpellCheckerStyles">
|
|
<summary>
|
|
<para>Contains settings that define the appearance of certain spellchecker elements.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxSpellChecker.SpellCheckerStyles.#ctor(DevExpress.Web.Internal.ISkinOwner)">
|
|
<summary>
|
|
<para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxSpellChecker.SpellCheckerStyles"/> class with the specified owner.</para>
|
|
</summary>
|
|
<param name="skinOwner">An object that implements the ISkinOwner interface.</param>
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxSpellChecker.SpellCheckerStyles.CheckedTextContainer">
|
|
<summary>
|
|
<para>Provides access to the appearance style object for the Checked Text Container style.</para>
|
|
</summary>
|
|
<value>A DevExpress.Web.ASPxSpellChecker.CheckedTextContainerStyle object, containing apperance settings for the Checked Text Container style.</value>
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxSpellChecker.SpellCheckerStyles.CheckedTextContainerStyleName">
|
|
<summary>
|
|
<para>Returns the name of the Checked Text Container style.</para>
|
|
</summary>
|
|
<value></value>
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxSpellChecker.SpellCheckerStyles.CssClassPrefix">
|
|
<summary>
|
|
<para>For internal use only.</para>
|
|
</summary>
|
|
<value></value>
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxSpellChecker.SpellCheckerStyles.ErrorWord">
|
|
<summary>
|
|
<para>Provides access to the appearance style object of the Error Word style.</para>
|
|
</summary>
|
|
<value>A DevExpress.Web.ASPxSpellChecker.ErrorWordStyle object, containing apperance settings for the Error Word style.</value>
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxSpellChecker.SpellCheckerStyles.ErrorWordStyleName">
|
|
<summary>
|
|
<para>Returns the name of the Error Word style.</para>
|
|
</summary>
|
|
<value></value>
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxSpellChecker.SpellCheckerStyles.LoadingPanel">
|
|
<summary>
|
|
<para>Provides style settings that define the appearance of a loading panel.</para>
|
|
</summary>
|
|
<value>A <see cref="T:DevExpress.Web.LoadingPanelStyle"/> object that contains the style settings.</value>
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxSpellChecker.SpellCheckerStyles.MainElementCssClass">
|
|
<summary>
|
|
<para>For internal use only. Returns "dxwsc-main".</para>
|
|
</summary>
|
|
<value></value>
|
|
</member>
|
|
<member name="F:DevExpress.Web.ASPxSpellChecker.SpellCheckerStyles.RightToLeftCssClass">
|
|
<summary>
|
|
<para>For internal use only.</para>
|
|
</summary>
|
|
<value></value>
|
|
</member>
|
|
<member name="T:DevExpress.Web.ASPxSpellChecker.WebDictionary">
|
|
<summary>
|
|
<para>The base class for ASPxSpellChecker dictionaries.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxSpellChecker.WebDictionary.Assign(DevExpress.Web.CollectionItem)">
|
|
<summary>
|
|
<para>Copies public properties from the specified <see cref="T:DevExpress.Web.CollectionItem"/> object to the current object.</para>
|
|
</summary>
|
|
<param name="source">A <see cref="T:DevExpress.Web.CollectionItem"/> object or descendant whose properties are copied to the current object.</param>
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxSpellChecker.WebDictionary.CacheKey">
|
|
<summary>
|
|
<para>Gets or sets a unique identifier of a dictionary instance for caching purposes.</para>
|
|
</summary>
|
|
<value>A string, which is the cache key under which a dictionary is stored in the cache.</value>
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxSpellChecker.WebDictionary.CanCacheDictionary">
|
|
<summary>
|
|
<para>Indicates whether a dictionary can be placed in the cache.</para>
|
|
</summary>
|
|
<value>true if a dictionary can be cached; otherwise, false.</value>
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxSpellChecker.WebDictionary.Culture">
|
|
<summary>
|
|
<para>Gets or sets the language and culture settings of the current dictionary.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.Globalization.CultureInfo"/> object, contaning language and culture info.</value>
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxSpellChecker.WebDictionary.DictionaryPath">
|
|
<summary>
|
|
<para>Gets or sets a path to the dictionary file used to create spellchecker dictionaries.</para>
|
|
</summary>
|
|
<value>A <see cref="T:System.String"/> value that specifies the path to the dictionary file.</value>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxSpellChecker.WebDictionary.GetCachedDictionary">
|
|
<summary>
|
|
<para>Provides access to a dictionary located in a cache.</para>
|
|
</summary>
|
|
<returns>A dictionary that exposes the <see cref="T:DevExpress.XtraSpellChecker.ISpellCheckerDictionary"/> interface.</returns>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxSpellChecker.WebDictionary.GetCacheKey">
|
|
<summary>
|
|
<para>Returns the unique key that can be used to identify dictionaries in cache storage.</para>
|
|
</summary>
|
|
<returns>A string that is a cache key.</returns>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxSpellChecker.WebDictionary.GetCulture">
|
|
<summary>
|
|
<para>Returns the information on language and culture associated with the current dictionary.</para>
|
|
</summary>
|
|
<returns>A <see cref="T:System.Globalization.CultureInfo"/> object, containing information about specific culture.</returns>
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxSpellChecker.WebDictionary.IsCustomDictionary">
|
|
<summary>
|
|
<para>Indicates whether the current dictionary is a custom one.</para>
|
|
</summary>
|
|
<value>true if the current dictionary type is Custom; otherwise, false.</value>
|
|
</member>
|
|
<member name="M:DevExpress.Web.ASPxSpellChecker.WebDictionary.RemoveFromCache">
|
|
<summary>
|
|
<para>Removes a cached dictionary from application's <see cref="T:System.Web.Caching.Cache"/>.</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:DevExpress.Web.ASPxSpellChecker.WebDictionary.WordCount">
|
|
<summary>
|
|
<para>Gets the number of words contained within the dictionary.</para>
|
|
</summary>
|
|
<value>An integer value representing the total number of words within the dictionary.</value>
|
|
</member>
|
|
</members>
|
|
</doc> |