Skip to main content

Unbound Mode

In an Unbound Mode, the ASPxMenu control is not bound to any data source, and you can populate it with items manually. An unbound mode implies that the DataSourceID property is set to null.

Items can be manually created at design time via the Items Editor or directly in an aspx file.

At runtime, you can create items via the MenuItemCollection.Add methods.

Concepts