menu

ASP.NET Web Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SpellCheckPropertiesBuilder

    Show / Hide Table of Contents

    Class SpellCheckPropertiesBuilder

    Inheritance
    System.Object
    SpellCheckPropertiesBuilder
    Implements
    IPropertiesBuilder
    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()
    Namespace: Syncfusion.JavaScript
    Assembly: Syncfusion.EJ.dll
    Syntax
    public class SpellCheckPropertiesBuilder : IPropertiesBuilder, IHtmlString

    Constructors

    SpellCheckPropertiesBuilder()

    Declaration
    public SpellCheckPropertiesBuilder()

    SpellCheckPropertiesBuilder(SpellCheck)

    Declaration
    public SpellCheckPropertiesBuilder(SpellCheck spellCheck)
    Parameters
    Type Name Description
    SpellCheck spellCheck

    Fields

    spellCheck

    Declaration
    public SpellCheck spellCheck
    Field Value
    Type Description
    SpellCheck

    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
    Type Description
    SpellCheckPropertiesBuilder

    AjaxRequestType(String)

    It specifies the type of ajax request.

    Declaration
    public SpellCheckPropertiesBuilder AjaxRequestType(string ajaxRequestType)
    Parameters
    Type Name Description
    System.String ajaxRequestType
    Returns
    Type Description
    SpellCheckPropertiesBuilder

    ClientSideEvents(Action<SpellCheckClientSideEventsBuilder>)

    Declaration
    public SpellCheckPropertiesBuilder ClientSideEvents(Action<SpellCheckClientSideEventsBuilder> clientSideEvents)
    Parameters
    Type Name Description
    System.Action<SpellCheckClientSideEventsBuilder> clientSideEvents
    Returns
    Type Description
    SpellCheckPropertiesBuilder

    ContextMenuSettings(Action<SpellContextMenuAction>)

    Holds all options related to the context menu settings of SpellCheck

    Declaration
    public SpellCheckPropertiesBuilder ContextMenuSettings(Action<SpellContextMenuAction> items)
    Parameters
    Type Name Description
    System.Action<SpellContextMenuAction> items
    Returns
    Type Description
    SpellCheckPropertiesBuilder

    ControlsToValidate(String)

    It specifies the input control to validate

    Declaration
    public SpellCheckPropertiesBuilder ControlsToValidate(string controlsToValidate)
    Parameters
    Type Name Description
    System.String controlsToValidate
    Returns
    Type Description
    SpellCheckPropertiesBuilder

    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
    Type Name Description
    System.Action<SpellCheckDictionarySettingsBuilder> dictionarySettings
    Returns
    Type Description
    SpellCheckPropertiesBuilder

    EnableAsync(Boolean)

    Enables the asynchronous

    Declaration
    public SpellCheckPropertiesBuilder EnableAsync(bool enableAsync)
    Parameters
    Type Name Description
    System.Boolean enableAsync
    Returns
    Type Description
    SpellCheckPropertiesBuilder

    EnableValidateOnType(Boolean)

    Enables the validating on type for the SpellCheck

    Declaration
    public SpellCheckPropertiesBuilder EnableValidateOnType(bool enableValidateOnType)
    Parameters
    Type Name Description
    System.Boolean enableValidateOnType
    Returns
    Type Description
    SpellCheckPropertiesBuilder

    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
    Type Name Description
    System.Action<SpellCheckIgnoreSettingsBuilder> ignoreSettings
    Returns
    Type Description
    SpellCheckPropertiesBuilder

    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
    Type Description
    SpellCheckPropertiesBuilder

    IsResponsive(Boolean)

    Enables/Disables responsive support for the SpellCheck

    Declaration
    public SpellCheckPropertiesBuilder IsResponsive(bool isResponsive)
    Parameters
    Type Name Description
    System.Boolean isResponsive
    Returns
    Type Description
    SpellCheckPropertiesBuilder

    Locale(String)

    Sets the specific culture to the SpellCheck

    Declaration
    public SpellCheckPropertiesBuilder Locale(string locale)
    Parameters
    Type Name Description
    System.String locale
    Returns
    Type Description
    SpellCheckPropertiesBuilder

    MaxSuggestionCount(Int32)

    To set the maximum suggestion display count

    Declaration
    public SpellCheckPropertiesBuilder MaxSuggestionCount(int maxSuggestionCount)
    Parameters
    Type Name Description
    System.Int32 maxSuggestionCount
    Returns
    Type Description
    SpellCheckPropertiesBuilder

    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
    Type Description
    SpellCheckPropertiesBuilder

    Render()

    Renders this instance.

    Declaration
    public void Render()

    ToHtmlString()

    Returns an HTML-encoded string.

    Declaration
    public string ToHtmlString()
    Returns
    Type Description
    System.String

    Implements

    IPropertiesBuilder
    System.Web.IHtmlString
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved