Skip to main content
All docs
V25.1
  • JS

    HtmlEditorContextMenuItem Enum

    Namespace: DevExtreme.AspNet.Mvc

    Assembly: DevExtreme.AspNet.Core.dll

    Declaration

    [JsonConverter(typeof(StringEnumConverter))]
    public enum HtmlEditorContextMenuItem

    Members

    Name
    Background
    Bold
    Color
    Font
    Italic
    Image
    Strike
    Subscript
    Superscript
    Underline
    Blockquote
    IncreaseIndent
    DecreaseIndent
    OrderedList
    BulletList
    AlignLeft
    AlignCenter
    AlignRight
    AlignJustify
    CodeBlock
    Variable
    Undo
    Redo
    Clear
    InsertTable
    InsertHeaderRow
    InsertRowAbove
    InsertRowBelow
    InsertColumnLeft
    InsertColumnRight
    DeleteColumn
    DeleteRow
    DeleteTable
    CellProperties
    TableProperties
    See Also