IRowDragStartEventArgs

Emitted when a dragging operation is starting (when the row is "picked") The event is cancelable

Inherited from: CancelableEventArgs

Provides the ability to cancel the event.

cancel: boolean

Defined in projects/igniteui-angular/core/src/core/utils.ts:421

Represents the information of the row that is being dragged.

dragData: RowType

Defined in projects/igniteui-angular/grids/core/src/common/events.ts:397

Represents the drag directive or information associated with the drag operation

dragDirective: any

Defined in projects/igniteui-angular/grids/core/src/common/events.ts:395

Represents the HTML element itself

dragElement: HTMLElement

Defined in projects/igniteui-angular/grids/core/src/common/events.ts:400

Inherited from: IBaseEventArgs

Provides reference to the owner component.

owner?: any

Defined in projects/igniteui-angular/core/src/core/utils.ts:428