ASPxClientGanttContextMenuItem Properties
A context menu item.Name | Description |
---|---|
beginGroup | Specifies whether an item separator is displayed before the context menu item. |
enabled | Specifies whether the item is enabled. |
imageClassName | Specifies the name of the CSS class that defines the context menu item’s image. |
imageUrl | Specifies the Url of the menu item’s image. |
name | Specifies the context menu item’s name. |
navigateUrl | 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. |
See Also