C# 클래스 ScheduleWorks.Utility.RadDraggableGridViewRowToCellMoving

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

공개 메소드들

메소드 설명
RadDraggableGridViewRowToCellMoving ( ) : System

Initializes a new instance of the RadDraggableGridViewRowToMoving class.

비공개 메소드들

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

메소드 상세

RadDraggableGridViewRowToCellMoving() 공개 메소드

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