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

TreeListToolbarItemBuilder.Widget(Func<ToolbarItemFactory, WidgetBuilder>) Method

Namespace: DevExtreme.AspNet.Mvc.Builders

Assembly: DevExtreme.AspNet.Core.dll

Declaration

public TreeListToolbarItemBuilder Widget(
    Func<ToolbarItemFactory, WidgetBuilder> widgetFactory
)

Parameters

Name Type
widgetFactory Func<ToolbarItemFactory, WidgetBuilder>

Returns

Type
TreeListToolbarItemBuilder
See Also