menu

ASP.NET Web Forms

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

    Show / Hide Table of Contents

    Class SpellCheckIgnoreSettings

    Inheritance
    System.Object
    EJTagHelper
    SpellCheckIgnoreSettings
    Inherited Members
    EJTagHelper.GetControlDetails()
    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 SpellCheckIgnoreSettings : EJTagHelper

    Constructors

    SpellCheckIgnoreSettings()

    Declaration
    public SpellCheckIgnoreSettings()

    Properties

    IgnoreAlphaNumericWords

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

    IgnoreEmailAddress

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

    IgnoreFileNames

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

    IgnoreHtmlTags

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

    IgnoreMixedCaseWords

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

    IgnoreUpperCase

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

    IgnoreUrl

    Declaration
    [JsonProperty("ignoreUrl")]
    public bool IgnoreUrl { get; set; }
    Property Value
    Type Description
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved