How can I help you?
ContextMenuOpenEventArgs
16 Mar 20261 minute to read
Properties
chartRow Element
Represents the Gantt chart row element where the context menu is opened.
disableItems string[]
Defines the collection of menu items to be disabled.
gridRow Element
Represents the TreeGrid row element where the context menu is opened.
hideChildItems string[]
Defines the collection of submenu items to be hidden.
hideItems string[]
Defines the collection of menu items to be hidden.
left number
Specifies the left position (in pixels) where the context menu should appear.
name string
Specifies name of the event.
rowData IGanttData
Contains the selected row data associated with the context menu action.
target Element
Represents the target DOM element that triggered the context menu.
top number
Specifies the top position (in pixels) where the context menu should appear.
type ContextMenuType
Specifies the type of context menu (e.g., ‘Header’, ‘Row’, ‘Chart’).