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

BootstrapClientMenuItem Class

Represents a client-side equivalent of the menu’s BootstrapMenuItem object.

Declaration

declare class BootstrapClientMenuItem extends ASPxClientMenuItem

Remarks

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.

Inheritance

ASPxClientMenuItem
BootstrapClientMenuItem
See Also