ASPxClientGanttContextMenuItem Members
In This Article
#Properties
Name | Description |
---|---|
begin |
Specifies whether an item separator is displayed before the context menu item. |
enabled | Specifies whether the item is enabled. |
image |
Specifies the name of the CSS class that defines the context menu item’s image. |
image |
Specifies the Url of the menu item’s image. |
name | Specifies the context menu item’s name. |
navigate |
Specifies the context menu item’s navigation Url. |
parent | Gets the parent context menu item to which the current item belongs. |
target | Gets or sets the window or frame where to locate the content of the Url associated with the current menu item. |
text | Specifies the context menu item’s text. |
tooltip | Specifies the context menu item’s tooltip. |
#Methods
Name | Description |
---|---|
Get |
Returns the context menu item’s subitem with the specified index. |
Get |
Returns the context menu item’s subitem with the specified name. |
Get |
Returns the number of the context menu item’s subitems. |
Get |
Returns the context menu item’s subitems. |
See Also