Class SpellContextSettings
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.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 |