menu

ASP.NET Web Forms

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

    Show / Hide Table of Contents

    Class SpellContextSettings

    Inheritance
    System.Object
    EJTagHelper
    SpellContextSettings
    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 SpellContextSettings : EJTagHelper

    Constructors

    SpellContextSettings()

    Declaration
    public SpellContextSettings()

    Properties

    Enable

    When set to true, enables the context menu options available for the SpellCheck

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

    MenuItems

    Contains all the default context menu options that are applicable for SpellCheck. It also supports adding custom menu items. All the SpellCheck related context menu items are grouped under this menu collection

    Declaration
    [JsonProperty("menuItems")]
    public List<SpellContextMenuItem> MenuItems { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<SpellContextMenuItem>

    Methods

    ShouldSerializeColumnSettings()

    Declaration
    public bool ShouldSerializeColumnSettings()
    Returns
    Type Description
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved