HtmlEditorTableResizingBuilder.Option(String, Object) Method
Namespace: DevExtreme.AspNet.Mvc.Builders
Assembly: DevExtreme.AspNet.Core.dll
Declaration
public HtmlEditorTableResizingBuilder Option(
string jsName,
object value
)
Parameters
| Name | Type | Description |
|---|---|---|
| jsName | String | The option name. |
| value | Object |
Returns
| Type |
|---|
| HtmlEditorTableResizingBuilder |
See Also