HtmlEditorTableContextMenuBuilder.Option(String, Object) Method
In This Article
Namespace: DevExtreme.AspNet.Mvc.Builders
Assembly: DevExtreme.AspNet.Core.dll
#Declaration
C#
public HtmlEditorTableContextMenuBuilder Option(
string jsName,
object value
)
#Parameters
Name | Type | Description |
---|---|---|
js |
String | The option name. |
value | Object |
#Returns
Type |
---|
Html |
See Also