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

PopoverToolbarItemBuilder Class

Represents a toolbar item.

Namespace: DevExtreme.AspNet.Mvc.Builders

Assembly: DevExtreme.AspNet.Core.dll

Declaration

public class PopoverToolbarItemBuilder :
    OptionsOwnerBuilder,
    ICollectionItem

Remarks

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

Implements

Inheritance

Object
OptionsOwnerBuilder
PopoverToolbarItemBuilder
See Also