Skip to main content
All docs
V24.2

ASPxClientGanttContextMenuItem.parent Property

Gets the parent context menu item to which the current item belongs.

#Declaration

#Property Value

Type Description
ASPxClientGanttContextMenuItem

The parent context menu item.

#Remarks

var parentItem;
parentItem = customSubItem.parent;

#Examples

See Also