BootstrapToolbarItemBase Class
The base class for Toolbar items.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
public abstract class BootstrapToolbarItemBase :
MenuItem,
IBootstrapMenuItem,
IBSBadgeOwner
Related API Members
The following members return BootstrapToolbarItemBase objects:
Remarks
The BootstrapToolbarItemBase class serves as the base class which implements the common functionality for toolbar items.
Inheritance
See Also