Skip to main content
A newer version of this page is available. .
All docs
V21.2

HtmlEditorTableContextMenuBuilder.Items(Action<CollectionFactory<HtmlEditorTableContextMenuItemBuilder>>) Method

Namespace: DevExtreme.AspNet.Mvc.Builders

Assembly: DevExtreme.AspNet.Core.dll

Declaration

public HtmlEditorTableContextMenuBuilder Items(
    Action<CollectionFactory<HtmlEditorTableContextMenuItemBuilder>> configurator
)

Parameters

Name Type
configurator Action<CollectionFactory<HtmlEditorTableContextMenuItemBuilder>>

Returns

Type
HtmlEditorTableContextMenuBuilder
See Also