C# Class ScheduleWorks.Utility.RadDraggableGridViewRowToCellMoving

Inheritance: RadGridView
Datei anzeigen Open project: lyubomiryanchev/ScheduleWorks

Public Methods

Method Description
RadDraggableGridViewRowToCellMoving ( ) : System

Initializes a new instance of the RadDraggableGridViewRowToMoving class.

Private Methods

Method Description
DraggableGridView_RowFormatting ( object sender, RowFormattingEventArgs e ) : void

The draggable grid view_ row formatting.

GetTargetCellIndex ( GridDataCellElement cell, Point dropLocation ) : int
GetTargetRowIndex ( GridDataRowElement row, Point dropLocation ) : int

The get target row index.

MoveRows ( RadGridView targetGrid, RadGridView dragGrid, GridCellElement cellElement ) : 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

RadDraggableGridViewRowToCellMoving() public method

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