|
Home
Live demo
Download
Tutorial
Installation
Properties of MenuPilot controls
Configuring menu items
History
Roadmap
License
Report a bug
Blog
|
Configuring menu itemsYou can configure the menu items using MenuItems property editor: Each MenuItem has following properties: NavigateUrl Url of the menu item. Examples:
If you use {0} as a part of NavigateUrl, e.g.:
it will be replaced by the value of the Value property of a MenuPilot control. This is useful when you use MenuPilot controls in GridView or Repeater controls: Bind the item id to Value property and then use it to identify the control in the menut item action. See this in action in HyperLink in GridView demo. Target Target of the menu item (e.g. a frame id). Text Menu item text. Use "-" (hyphen) to show a separator. Other properties (NavigateUrl, Target, and Title) are ignored for separators. Title Title (ToolTip) of the menu item (appears when mouse is over the menu item).
|