menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class SpellCheck

    Class for SpellCheck control

    Inheritance
    System.Object
    CommonDataBoundControl
    SpellCheck
    Implements
    System.Web.UI.INamingContainer
    System.Web.UI.IPostBackEventHandler
    System.Web.UI.IPostBackDataHandler
    System.Web.UI.IUrlResolutionService
    Inherited Members
    CommonDataBoundControl.PerformDataBinding(IEnumerable)
    CommonDataBoundControl.FetchData(IEnumerable)
    CommonDataBoundControl.RaisePostBackEvent(String)
    CommonDataBoundControl.PostBackEventHandler(String, Dictionary<String, Object>)
    CommonDataBoundControl.UpdateServerModel(Dictionary<String, Object>)
    CommonDataBoundControl.RenderContents(HtmlTextWriter)
    Namespace: Syncfusion.JavaScript.Web
    Assembly: Syncfusion.EJ.Web.dll
    Syntax
    public class SpellCheck : CommonDataBoundControl, INamingContainer, IPostBackEventHandler, IPostBackDataHandler, IUrlResolutionService

    Constructors

    SpellCheck()

    Declaration
    public SpellCheck()

    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

    Gets or sets the spellcheck ajaxDataType.

    Declaration
    public string AjaxDataType { get; set; }
    Property Value
    Type Description
    System.String

    The spellcheck ajaxDataType.

    AjaxRequestType

    Gets or sets the spellcheck ajaxRequestType.

    Declaration
    public string AjaxRequestType { get; set; }
    Property Value
    Type Description
    System.String

    The spellcheck ajaxRequestType.

    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

    Gets or sets the Spell Check Context Menu Settings.

    Declaration
    public SpellContextSettings ContextMenuSettings { get; set; }
    Property Value
    Type Description
    SpellContextSettings

    The Spell Check ContextMenuSettings.

    ContextOpen

    Triggers before context menu opening

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

    ControlsToValidate

    Gets or sets the spellcheck controlstovalidate.

    Declaration
    public string ControlsToValidate { get; set; }
    Property Value
    Type Description
    System.String

    The spellcheck controlstovalidate.

    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

    Gets or Sets the Spell Check dictionary settings

    Declaration
    public SpellCheckDictionarySettings DictionarySettings { get; set; }
    Property Value
    Type Description
    SpellCheckDictionarySettings

    The Spell Check Dictionary settings

    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

    Gets or Sets the Spell Check ignore settings

    Declaration
    public SpellCheckIgnoreSettings IgnoreSettings { get; set; }
    Property Value
    Type Description
    SpellCheckIgnoreSettings

    The Spell Check Ignore settings

    IgnoreWords

    Declaration
    public string[] IgnoreWords { get; set; }
    Property Value
    Type Description
    System.String[]

    IsResponsive

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

    Locale

    Gets or sets the spellcheck Locale.

    Declaration
    public string Locale { get; set; }
    Property Value
    Type Description
    System.String

    The spellcheck Locale.

    MaxSuggestionCount

    Sets the maximum suggestion display count

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

    MisspellWordCss

    Declaration
    public string MisspellWordCss { get; set; }
    Property Value
    Type Description
    System.String

    Model

    Declaration
    public SpellCheckProperties Model { get; set; }
    Property Value
    Type Description
    SpellCheckProperties

    Start

    Triggers when the dialog mode spell check starting

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

    Tag

    Gets or sets the spellcheck tag.

    Declaration
    public string Tag { get; set; }
    Property Value
    Type Description
    System.String

    The spellcheck tag.

    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

    DependentScripts()

    Declaration
    public List<string> DependentScripts()
    Returns
    Type Description
    System.Collections.Generic.List<System.String>

    GetDependentFiles()

    Declaration
    public override List<string> GetDependentFiles()
    Returns
    Type Description
    System.Collections.Generic.List<System.String>
    Overrides
    CommonDataBoundControl.GetDependentFiles()

    LoadViewState(Object)

    Declaration
    protected override void LoadViewState(object state)
    Parameters
    Type Name Description
    System.Object state
    Overrides
    CommonDataBoundControl.LoadViewState(Object)

    OnInit(EventArgs)

    SpellCheck severside event SpellCheckoccurs the SpellCheck is rendering.

    Declaration
    protected override void OnInit(EventArgs e)
    Parameters
    Type Name Description
    System.EventArgs e

    The System.EventArgs instance containing the event data.

    OnLoad(EventArgs)

    SpellCheck severside event SpellCheck occurs the SpellCheck is start to load.

    Declaration
    protected override void OnLoad(EventArgs e)
    Parameters
    Type Name Description
    System.EventArgs e

    The System.EventArgs instance containing the event data.

    Overrides
    CommonDataBoundControl.OnLoad(EventArgs)

    OnPreRender(EventArgs)

    SpellCheck severside event SpellCheck occurs the SpellCheck is pre rendering.

    Declaration
    protected override void OnPreRender(EventArgs e)
    Parameters
    Type Name Description
    System.EventArgs e

    The System.EventArgs instance containing the event data.

    Overrides
    CommonDataBoundControl.OnPreRender(EventArgs)

    Render(HtmlTextWriter)

    Renders the specified writer.

    Declaration
    protected override void Render(HtmlTextWriter writer)
    Parameters
    Type Name Description
    System.Web.UI.HtmlTextWriter writer

    The writer.

    Overrides
    CommonDataBoundControl.Render(HtmlTextWriter)

    Implements

    System.Web.UI.INamingContainer
    System.Web.UI.IPostBackEventHandler
    System.Web.UI.IPostBackDataHandler
    System.Web.UI.IUrlResolutionService
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved