ToolbarItemBuilder Class
Represents a Toolbar item.
Namespace: DevExtreme.AspNet.Mvc.Builders
Assembly: DevExtreme.AspNet.Core.dll
Declaration
public class ToolbarItemBuilder :
OptionsOwnerBuilder,
ICollectionItem
Related API Members
The following members return ToolbarItemBuilder objects:
Remarks
Do not instantiate this class explicitly. A new ToolbarItemBuilder
class instance is created when you call the Items(Action<CollectionFactory<ToolbarItemBuilder>>) method.
Implements
Inheritance
Object
OptionsOwnerBuilder
ToolbarItemBuilder
See Also