Class SpellCheckPropertiesBuilder
Inheritance
System.Object
SpellCheckPropertiesBuilder
Implements
System.Web.IHtmlString
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Syncfusion.EJ.dll
Syntax
public class SpellCheckPropertiesBuilder : IPropertiesBuilder, IHtmlString
Constructors
SpellCheckPropertiesBuilder()
Declaration
public SpellCheckPropertiesBuilder()
SpellCheckPropertiesBuilder(SpellCheck)
Declaration
public SpellCheckPropertiesBuilder(SpellCheck spellCheck)
Parameters
Fields
spellCheck
Declaration
public SpellCheck spellCheck
Field Value
Methods
AjaxDataType(String)
It specifies the format of response to expect
Declaration
public SpellCheckPropertiesBuilder AjaxDataType(string ajaxDataType)
Parameters
Type |
Name |
Description |
System.String |
ajaxDataType |
|
Returns
AjaxRequestType(String)
It specifies the type of ajax request.
Declaration
public SpellCheckPropertiesBuilder AjaxRequestType(string ajaxRequestType)
Parameters
Type |
Name |
Description |
System.String |
ajaxRequestType |
|
Returns
ClientSideEvents(Action<SpellCheckClientSideEventsBuilder>)
Declaration
public SpellCheckPropertiesBuilder ClientSideEvents(Action<SpellCheckClientSideEventsBuilder> clientSideEvents)
Parameters
Returns
Holds all options related to the context menu settings of SpellCheck
Declaration
public SpellCheckPropertiesBuilder ContextMenuSettings(Action<SpellContextMenuAction> items)
Parameters
Returns
ControlsToValidate(String)
It specifies the input control to validate
Declaration
public SpellCheckPropertiesBuilder ControlsToValidate(string controlsToValidate)
Parameters
Type |
Name |
Description |
System.String |
controlsToValidate |
|
Returns
DictionarySettings(Action<SpellCheckDictionarySettingsBuilder>)
It includes the service method path to find the error words and its suggestions also adding the custom word into the custom dictionary
Declaration
public SpellCheckPropertiesBuilder DictionarySettings(Action<SpellCheckDictionarySettingsBuilder> dictionarySettings)
Parameters
Returns
EnableAsync(Boolean)
Declaration
public SpellCheckPropertiesBuilder EnableAsync(bool enableAsync)
Parameters
Type |
Name |
Description |
System.Boolean |
enableAsync |
|
Returns
EnableValidateOnType(Boolean)
Enables the validating on type for the SpellCheck
Declaration
public SpellCheckPropertiesBuilder EnableValidateOnType(bool enableValidateOnType)
Parameters
Type |
Name |
Description |
System.Boolean |
enableValidateOnType |
|
Returns
IgnoreSettings(Action<SpellCheckIgnoreSettingsBuilder>)
It helps to ignore the uppercase, mixed case words, alphanumeric words, file path and email addresses based on the property values
Declaration
public SpellCheckPropertiesBuilder IgnoreSettings(Action<SpellCheckIgnoreSettingsBuilder> ignoreSettings)
Parameters
Returns
IgnoreWords(String[])
To ignore the words from the error word consideration
Declaration
public SpellCheckPropertiesBuilder IgnoreWords(string[] ignoreWords)
Parameters
Type |
Name |
Description |
System.String[] |
ignoreWords |
|
Returns
IsResponsive(Boolean)
Enables/Disables responsive support for the SpellCheck
Declaration
public SpellCheckPropertiesBuilder IsResponsive(bool isResponsive)
Parameters
Type |
Name |
Description |
System.Boolean |
isResponsive |
|
Returns
Locale(String)
Sets the specific culture to the SpellCheck
Declaration
public SpellCheckPropertiesBuilder Locale(string locale)
Parameters
Type |
Name |
Description |
System.String |
locale |
|
Returns
MaxSuggestionCount(Int32)
To set the maximum suggestion display count
Declaration
public SpellCheckPropertiesBuilder MaxSuggestionCount(int maxSuggestionCount)
Parameters
Type |
Name |
Description |
System.Int32 |
maxSuggestionCount |
|
Returns
MisspellWordCss(String)
To display the error word in a customized style
Declaration
public SpellCheckPropertiesBuilder MisspellWordCss(string misspellWordCss)
Parameters
Type |
Name |
Description |
System.String |
misspellWordCss |
|
Returns
Render()
Declaration
ToHtmlString()
Returns an HTML-encoded string.
Declaration
public string ToHtmlString()
Returns
Type |
Description |
System.String |
|
Implements
System.Web.IHtmlString