aspnetbootstrap-js-bootstrapclientmenuitem.md
Represents a client-side equivalent of the menu’s BootstrapMenuItem object.
declare class BootstrapClientMenuItem extends ASPxClientMenuItem
The BootstrapClientMenuItem object represents a client menu item that corresponds to a particular menu item in the BootstrapMenu.Items (or BootstrapMenuItem.Items) collection. An individual client menu item can be accessed from the menu object level by using the BootstrapClientMenu.GetItemByName method.
The functionality provided by the BootstrapClientMenuItem object on the client side almost replicates the basic server-side functionality. Thus, you are allowed to obtain information on menu items, their parents and children directly on the client-side by using specific methods and properties exposed by the BootstrapClientMenuItem object and writing an appropriate JavaScript code.
ASPxClientMenuItem BootstrapClientMenuItem
See Also