Provides the event data for the Spreadsheet contextMenu event.
Definition
Package:@progress/kendo-angular-spreadsheet
Methods
Returns true if you or any subscriber prevented the default action.
boolean
true if the default action was prevented, otherwise, false.
Prevents the default action for the event. The source component suppresses the built-in behavior that follows the event.
Properties
The context menu items for the current selection.
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.
Represents the Rectangle object that provides position and dimension information about the active range, useful for custom positioning logic.
The Spreadsheet component instance.
The type of target that opens the context menu.