Skip to main content
A newer version of this page is available. .
All docs
V20.2

ASPxClientGanttContextMenuItem Members

A context menu item.

Properties

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.

Methods

Name Description
GetItem(index) Returns the context menu item’s subitem with the specified index.
GetItemByName(name) Returns the context menu item’s subitem with the specified name.
GetItemCount Returns the number of the context menu item’s subitems.
GetSubItems Returns the context menu item’s subitems.
See Also