C# 클래스 ScheduleWorks.Utility.RadDraggableGridViewCellMoving

상속: RadGridView
파일 보기 프로젝트 열기: lyubomiryanchev/ScheduleWorks

공개 메소드들

메소드 설명
RadDraggableGridViewCellMoving ( ) : System

Initializes a new instance of the RadDraggableGridViewCellMoving class.

비공개 메소드들

메소드 설명
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.

메소드 상세

RadDraggableGridViewCellMoving() 공개 메소드

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