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

RawItem

The rawItem of the dataCell where the edit mode will start.

columnDefinition

ReadonlyColumnDefinition

The ColumnDefinition of the dataCell where the edit mode will start.

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.