EditTriggersContext
Description
An EditTriggersContext is an interface that defines the properties of the context when used in the EditTriggers interface.
Properties
|
Property |
Type |
Description |
|---|---|---|
|
dataItem |
The |
|
|
columnDefinition |
The |
|
|
isAltKeyPressed |
boolean |
true if the Alt key is pressed, otherwise false. |
|
isCtrlKeyPressed |
boolean |
true if the Ctrl key is pressed, otherwise false. |
|
isShiftKeyPressed |
boolean |
true if the Shift key is pressed, otherwise false. |
Need help? Contact us!