ASPxClientMenuCollection Class
Represents a client collection that maintains client menu objects.
Declaration
declare class ASPxClientMenuCollection extends ASPxClientControlCollection
Remarks
The ASPxClientMenuCollection object represents a collection that contains client-side equivalents of all ASPx menu controls presented on the page. So this collection can hold both the ASPxClientMenu and ASPxClientPopupMenu objects. In order to access a particular menu object specified by its name, the collection’s ASPxClientControlCollection.Get method can be used.
Inheritance
ASPxClientControlCollection
ASPxClientMenuCollection
See Also