New to Kendo UI for AngularStart a free 30-day trial

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.

Returns:

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.

The current Spreadsheet View instance, giving access to the broader Spreadsheet context.