In This Topic
A menu system can be created using one of the following methods:
- Static creation using declarative syntax
- Dynamic creation using a constructor to create new instances of the C1MenuItem class.
- Data source creation through binding C1Menu to a SiteMapDataSource, XMLDataSource, or an AccessDataSource.
See Also