ASPxClientSpreadsheetPopupMenuItem Members
In This Article
#Constructors
Name | Description |
---|---|
constructor |
Initializes a new instance of the ASPx |
#Properties
Name | Description |
---|---|
begin |
Gets or sets a value that specifies whether the current menu item starts a group. |
enabled | Gets or sets a value that indicates whether the menu item is enabled, allowing the item to respond to end-user interactions. |
image |
Gets or sets the CSS class name defining the menu item’s image. |
image |
Gets or sets the URL of the menu item’s image. |
name | Gets or sets the unique identifier name for the current menu item. |
navigate |
Gets or sets an URL which defines the navigation location. |
parent | Gets the immediate parent menu item to which the current menu item belongs. |
target | Gets or sets the window or frame at which to target the contents of the URL associated with the current menu item. |
text | Gets or sets the text content of the current menu item. |
tooltip | Gets or sets the current menu item’s tooltip text. |
#Methods
Name | Description |
---|---|
Get |
Returns the menu item’s sub-item with the specified index. |
Get |
Returns the menu item’s sub-item with the specified ASPx |
Get |
Returns the total number of the menu item’s child items (submenu items). |
Get |
Gets a collection that contains the submenu items of the current menu item. |
See Also