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