C# Class ScheduleWorks.Utility.RadDraggableGridViewCellMoving

Inheritance: RadGridView
Datei anzeigen Open project: lyubomiryanchev/ScheduleWorks

Public Methods

Method Description
RadDraggableGridViewCellMoving ( ) : System

Initializes a new instance of the RadDraggableGridViewCellMoving class.

Private Methods

Method Description
DraggableGridView_CellFormatting ( object sender, CellFormattingEventArgs e ) : void

The draggable grid view_ row formatting.

GetTargetCellIndex ( GridDataCellElement cell, Point dropLocation ) : int

The get target row index.

GetTargetRowIndex ( GridDataRowElement row, Point dropLocation ) : int
MoveCell ( RadGridView targetGrid, RadGridView dragGrid, GridCellElement cellElement, int index, int indexRow, int indexColumn ) : void

The move rows.

dragDropService_PreviewDragDrop ( object sender, RadDropEventArgs e ) : void

The drag drop service_ preview drag drop.

dragDropService_PreviewDragHint ( object sender, PreviewDragHintEventArgs e ) : void

The drag drop service_ preview drag hint.

dragDropService_PreviewDragOver ( object sender, RadDragOverEventArgs e ) : void

The drag drop service_ preview drag over.

dragDropService_PreviewDragStart ( object sender, PreviewDragStartEventArgs e ) : void

The drag drop service_ preview drag start.

Method Details

RadDraggableGridViewCellMoving() public method

Initializes a new instance of the RadDraggableGridViewCellMoving class.
public RadDraggableGridViewCellMoving ( ) : System
return System