C# 클래스 SourceGrid.Cells.Controllers.FullRowSelection

Summary description for FullRowSelection.
상속: ControllerBase
파일 보기 프로젝트 열기: zhuangyy/Motion

공개 프로퍼티들

프로퍼티 타입 설명
Default FullRowSelection

공개 메소드들

메소드 설명
FullRowSelection ( ) : System
OnSelectionAdding ( CellContext sender, RangeRegionChangingEventArgs e ) : void
OnSelectionRemoving ( CellContext sender, RangeRegionChangingEventArgs e ) : void

메소드 상세

FullRowSelection() 공개 메소드

public FullRowSelection ( ) : System
리턴 System

OnSelectionAdding() 공개 메소드

public OnSelectionAdding ( CellContext sender, RangeRegionChangingEventArgs e ) : void
sender CellContext
e RangeRegionChangingEventArgs
리턴 void

OnSelectionRemoving() 공개 메소드

public OnSelectionRemoving ( CellContext sender, RangeRegionChangingEventArgs e ) : void
sender CellContext
e RangeRegionChangingEventArgs
리턴 void

프로퍼티 상세

Default 공개적으로 정적으로 프로퍼티

Default controller to select all the row
public static FullRowSelection,SourceGrid.Cells.Controllers Default
리턴 FullRowSelection