MenuItem Properties
.NET Framework 3.0
| Name | Description | |
|---|---|---|
| ChildItems | Gets a MenuItemCollection object that contains the submenu items of the current menu item. |
| DataBound | Gets a value indicating whether the menu item was created through data binding. |
| DataItem | Gets the data item that is bound to the menu item. |
| DataPath | Gets the path to the data that is bound to the menu item. |
| Depth | Gets the level at which a menu item is displayed. |
| Enabled | Gets or sets a value that indicates whether the MenuItem object is enabled, allowing the item to display a pop-out image and any child menu items. |
| ImageUrl | Gets or sets the URL to an image that is displayed next to the text in a menu item. |
| NavigateUrl | Gets or sets the URL to navigate to when the menu item is clicked. |
| Parent | Gets the parent menu item of the current menu item. |
| PopOutImageUrl | Gets or sets the URL to an image that is displayed in a menu item to indicate that the menu item has a dynamic submenu. |
| Selectable | Gets or sets a value that indicates whether the MenuItem object can be selected, or is "clickable." |
| Selected | Gets or sets a value indicating whether the current menu item is selected in a Menu control. |
| SeparatorImageUrl | Gets or sets the URL to an image displayed at the bottom of a menu item to separate it from other menu items. |
| Target | Gets or sets the target window or frame in which to display the Web page content associated with a menu item. |
| Text | Gets or sets the text displayed for the menu item in a Menu control. |
| ToolTip | Gets or sets the ToolTip text for the menu item. |
| Value | Gets or sets a non-displayed value used to store any additional data about the menu item, such as data used for handling postback events. |
| ValuePath | Gets the path from the root menu item to the current menu item. |
| Name | Description | |
|---|---|---|
| System.Web.UI.IStateManager.IsTrackingViewState | Gets a value that indicates whether the MenuItem object is saving changes to its view state. |
Community Additions
ADD
Show: