Skip to main content
All docs
V25.1
  • HtmlEditorTableContextMenuItemBuilder.Option(String, Object) Method

    Namespace: DevExtreme.AspNet.Mvc.Builders

    Assembly: DevExtreme.AspNet.Core.dll

    Declaration

    public HtmlEditorTableContextMenuItemBuilder Option(
        string jsName,
        object value
    )

    Parameters

    Name Type Description
    jsName String

    The option name.

    value Object

    Returns

    Type
    HtmlEditorTableContextMenuItemBuilder
    See Also