New to Kendo UI for Angular? Start a free 30-day trial
ContextMenuArgs
Updated on Apr 2, 2026
Provides the arguments for the callback function of a context menu item.
| Name | Type | Default | Description |
|---|---|---|---|
item |
|
The item that triggered the action. | |
range |
|
The Spreadsheet Range object representing the currently selected cells. Provides methods to apply values, formatting, and styling to the Spreadsheet cells using the original event's data. | |
rect |
|
Represents the Rectangle object that provides position and dimension information about the active range, useful for custom positioning logic. | |
spreadsheet |
|
The Spreadsheet component instance. | |
view |
|
The current Spreadsheet View instance, giving access to the broader Spreadsheet context. |