HtmlEditorBuilder.TableResizing(Action<HtmlEditorTableResizingBuilder>) Method
In This Article
Namespace: DevExtreme.AspNet.Mvc.Builders
Assembly: DevExtreme.AspNet.Core.dll
#Declaration
C#
public HtmlEditorBuilder TableResizing(
Action<HtmlEditorTableResizingBuilder> configurator
)
#Parameters
Name | Type |
---|---|
configurator | Action<Html |
#Returns
Type |
---|
Html |
See Also