aspnetbootstrap-devexpress-dot-web-dot-bootstrap-325a8b46.md
Represents an individual menu item within menu controls.
Namespace : DevExpress.Web.Bootstrap
Assembly : DevExpress.Web.Bootstrap.v25.2.dll
NuGet Package : DevExpress.Web.Bootstrap
public class BootstrapMenuItem :
MenuItem,
IBootstrapMenuItem,
IBSBadgeOwner
Public Class BootstrapMenuItem
Inherits MenuItem
Implements IBootstrapMenuItem,
IBSBadgeOwner
The following members return BootstrapMenuItem objects:
Show 19 links
This example demonstrates the basic functionality of the Menu control.
BootstrapMenuItem object.The image below shows the result:
<dx:BootstrapMenu runat="server" ShowPopOutImages="true">
<Items>
<dx:BootstrapMenuItem Text="Home" IconCssClass="fa fa-home">
<Items>
<dx:BootstrapMenuItem Text="News">
<Items>
<dx:BootstrapMenuItem Text="For Developers">
</dx:BootstrapMenuItem>
<dx:BootstrapMenuItem Text="Website news">
</dx:BootstrapMenuItem>
</Items>
</dx:BootstrapMenuItem>
<dx:BootstrapMenuItem Text="Our Mission" BeginGroup="true">
</dx:BootstrapMenuItem>
<dx:BootstrapMenuItem Text="Our Customers">
</dx:BootstrapMenuItem>
</Items>
</dx:BootstrapMenuItem>
...
</Items>
</dx:BootstrapMenu>
Object StateManager CollectionItem MenuItem BootstrapMenuItem BootstrapSchedulerMenuItem
See Also