New to KendoReact? Learn about KendoReact Free.
ClipboardDataEvent
Represents the object of the ClipboardDataEvent
event.
Name | Type | Default | Description |
---|---|---|---|
cellDelimiter? |
|
Sets the cell delimiter used when manipulating the clipboard data Defaults to | |
columns |
|
All the Grid columns. It takes value of type of ColumnBaseProps<CellProps>[] | |
copyHeaders? |
|
Passes the clipboard prop copyHeaders value in the clipboard action. | |
dataItem? |
|
This is the item that is clicked if the action is raised from the contextMenu. | |
dataItemKey |
|
Passes the dataItemKey prop in the clipboard action. | |
field? |
|
This is the column field that is clicked if the action is raised from the contextMenu. | |
nativeEvent? |
|
Represents the native ClipboardEvent | |
newLineDelimiter? |
|
Sets the row delimiter used when manipulating the clipboard data Defaults to | |
type |
|
Represents the type of the clipboard action. |