menu

ASP.NET Web Forms

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

    Show / Hide Table of Contents

    Class SpellCheckProperties

    Class for SpellChecking property

    Inheritance
    System.Object
    EJTagHelper
    SpellCheckProperties
    Inherited Members
    EJTagHelper.GetControlDetails(String)
    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.Models
    Assembly: Syncfusion.EJ.dll
    Syntax
    public class SpellCheckProperties : EJTagHelper

    Constructors

    SpellCheckProperties()

    Declaration
    public SpellCheckProperties()

    Properties

    ActionBegin

    Triggers on the AJAX call request beginning

    Declaration
    [JsonProperty("actionBegin")]
    public string ActionBegin { get; set; }
    Property Value
    Type Description
    System.String

    ActionFailure

    Triggers when the AJAX call request failure

    Declaration
    [JsonProperty("actionFailure")]
    public string ActionFailure { get; set; }
    Property Value
    Type Description
    System.String

    ActionSuccess

    Triggers on the success of AJAX call request

    Declaration
    [JsonProperty("actionSuccess")]
    public string ActionSuccess { get; set; }
    Property Value
    Type Description
    System.String

    AjaxDataType

    It specifies the format of response to expect

    Declaration
    [JsonProperty("ajaxDataType")]
    public string AjaxDataType { get; set; }
    Property Value
    Type Description
    System.String

    AjaxRequestType

    It specifies the type of ajax request.

    Declaration
    [JsonProperty("ajaxRequestType")]
    public string AjaxRequestType { get; set; }
    Property Value
    Type Description
    System.String

    Complete

    Triggers when the spell check operations completed through dialog mode

    Declaration
    [JsonProperty("complete")]
    public string Complete { get; set; }
    Property Value
    Type Description
    System.String

    ContextClick

    Triggers when the context menu item clicked

    Declaration
    [JsonProperty("contextClick")]
    public string ContextClick { get; set; }
    Property Value
    Type Description
    System.String

    ContextMenuSettings

    Holds all options related to the context menu settings of SpellCheck

    Declaration
    [JsonProperty("contextMenuSettings")]
    public SpellContextSettings ContextMenuSettings { get; set; }
    Property Value
    Type Description
    SpellContextSettings

    ContextOpen

    Triggers before context menu opening

    Declaration
    [JsonProperty("contextOpen")]
    public string ContextOpen { get; set; }
    Property Value
    Type Description
    System.String

    ControlsToValidate

    It specifies the input control to validate

    Declaration
    [JsonProperty("controlsToValidate")]
    public string ControlsToValidate { get; set; }
    Property Value
    Type Description
    System.String

    DialogBeforeOpen

    Triggers before the spell check dialog opens

    Declaration
    [JsonProperty("dialogBeforeOpen")]
    public string DialogBeforeOpen { get; set; }
    Property Value
    Type Description
    System.String

    DialogClose

    Triggers when the spell check dialog closed

    Declaration
    [JsonProperty("dialogClose")]
    public string DialogClose { get; set; }
    Property Value
    Type Description
    System.String

    DialogOpen

    Triggers after the spell check dialog opens

    Declaration
    [JsonProperty("dialogOpen")]
    public string DialogOpen { get; set; }
    Property Value
    Type Description
    System.String

    DictionarySettings

    It includes the service method path to find the error words and its suggestions also adding the custom word into the custom dictionary

    Declaration
    [JsonProperty("dictionarySettings")]
    public SpellCheckDictionarySettings DictionarySettings { get; set; }
    Property Value
    Type Description
    SpellCheckDictionarySettings

    EnableAsync

    Enables the asynchronous

    Declaration
    [JsonProperty("enableAsync")]
    public bool EnableAsync { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnableValidateOnType

    Enables the validating on type for the SpellCheck

    Declaration
    [JsonProperty("enableValidateOnType")]
    public bool EnableValidateOnType { get; set; }
    Property Value
    Type Description
    System.Boolean

    IgnoreSettings

    It helps to ignore the uppercase, mixed case words, alphanumeric words, file path and email addresses based on the property values

    Declaration
    [JsonProperty("ignoreSettings")]
    public SpellCheckIgnoreSettings IgnoreSettings { get; set; }
    Property Value
    Type Description
    SpellCheckIgnoreSettings

    IgnoreWords

    Declaration
    [JsonProperty("ignoreWords")]
    public string[] IgnoreWords { get; set; }
    Property Value
    Type Description
    System.String[]

    IsResponsive

    Enables/Disables responsive support for the SpellCheck

    Declaration
    [JsonProperty("isResponsive")]
    public bool IsResponsive { get; set; }
    Property Value
    Type Description
    System.Boolean

    Locale

    Sets the specific culture to the SpellCheck

    Declaration
    [JsonProperty("locale")]
    public string Locale { get; set; }
    Property Value
    Type Description
    System.String

    MaxSuggestionCount

    Sets the maximum suggestion display count

    Declaration
    [JsonProperty("maxSuggestionCount")]
    public int MaxSuggestionCount { get; set; }
    Property Value
    Type Description
    System.Int32

    MisspellWordCss

    To display the error word in a customized style

    Declaration
    [JsonProperty("misspellWordCss")]
    public string MisspellWordCss { get; set; }
    Property Value
    Type Description
    System.String

    Start

    Triggers when the dialog mode spell check starting

    Declaration
    [JsonProperty("start")]
    public string Start { get; set; }
    Property Value
    Type Description
    System.String

    Tag

    Declaration
    [JsonProperty("tag")]
    public string Tag { get; set; }
    Property Value
    Type Description
    System.String

    TargetUpdating

    Triggers when the spell check control target updated in the dialod mode

    Declaration
    [JsonProperty("targetUpdating")]
    public string TargetUpdating { get; set; }
    Property Value
    Type Description
    System.String

    Validating

    Triggers when the spell check control performing the spell check operations such as ignore, ignoreAll, change, changeAll and addToDictionary.

    Declaration
    [JsonProperty("validating")]
    public string Validating { get; set; }
    Property Value
    Type Description
    System.String

    Methods

    GetControlDetails()

    Declaration
    protected override object GetControlDetails()
    Returns
    Type Description
    System.Object
    Overrides
    EJTagHelper.GetControlDetails()
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved