New to Kendo UI for Angular? Start a free 30-day trial
GridClipboardEventType
Updated on Feb 5, 2026
Defines the possible values for the type property of GridClipboardEvent.
type GridClipboardEventType = "copy" | "cut" | "paste";