Skip to main content
A newer version of this page is available. .

PopupToolbarItemBuilder Class

Represents a toolbar item.

Namespace: DevExtreme.AspNet.Mvc.Builders

Assembly: DevExtreme.AspNet.Core.dll

Declaration

public class PopupToolbarItemBuilder :
    OptionsOwnerBuilder,
    ICollectionItem

Remarks

Do not instantiate this class explicitly. A new PopupToolbarItemBuilder class instance is created when you call the ToolbarItems(Action<CollectionFactory<PopupToolbarItemBuilder>>) method.

Implements

Inheritance

Object
OptionsOwnerBuilder
PopupToolbarItemBuilder
See Also