MenuItemCollection() Constructor
Initializes a new instance of the MenuItemCollection class.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Remarks
The default constructor creates a new instance of the MenuItemCollection class and initializes its properties to their default values.
Note
This constructor is primarily used by control developers.
See Also