ASPxClientMenuItem Class
Represents a client-side equivalent of the menu’s MenuItem object.
Declaration
declare class ASPxClientMenuItem
Remarks
The ASPxClientMenuItem object represents a client menu item that corresponds to a particular menu item in the ASPxMenuBase.Items (or MenuItem.Items) collection. An individual client menu item can be accessed from the menu object level by using the ASPxClientMenuBase.GetItemByName method.
The functionality provided by the ASPxClientMenuItem 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 ASPxClientMenuItem object and writing an appropriate JavaScript code.
Inheritance
ASPxClientMenuItem
See Also