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

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

공개 프로퍼티들

프로퍼티 타입 설명
Default FullColumnSelection

공개 메소드들

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

메소드 상세

FullColumnSelection() 공개 메소드

public FullColumnSelection ( ) : 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 column
public static FullColumnSelection,SourceGrid.Cells.Controllers Default
리턴 FullColumnSelection