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

ColumnFocus controller overrides the OnFocusEntering method and set the Focus on the Column. This controller is usually used on the Column Header when the Sort is disabled.
상속: ControllerBase
파일 보기 프로젝트 열기: zhuangyy/Motion

공개 프로퍼티들

프로퍼티 타입 설명
Default ColumnFocus

공개 메소드들

메소드 설명
ColumnFocus ( ) : System
OnFocusEntering ( CellContext sender, System e ) : void

메소드 상세

ColumnFocus() 공개 메소드

public ColumnFocus ( ) : System
리턴 System

OnFocusEntering() 공개 메소드

public OnFocusEntering ( CellContext sender, System e ) : void
sender CellContext
e System
리턴 void

프로퍼티 상세

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

Default controller to select all the column
public static ColumnFocus,SourceGrid.Cells.Controllers Default
리턴 ColumnFocus