C# 클래스 Ext.Net.CellSelectionModel

상속: AbstractSelectionModel, IXPostBackDataHandler
파일 보기 프로젝트 열기: pgodwin/Ext.net 1 사용 예제들

Private Properties

프로퍼티 타입 설명
CellSelectionModel System.Collections.Generic
Clear void
ClearSelections void
ClearSelections void
Select void
UpdateSelection void

공개 메소드들

메소드 설명
CellSelectionModel ( Config config ) : System

비공개 메소드들

메소드 설명
CellSelectionModel ( ) : System.Collections.Generic
Clear ( ) : void
ClearSelections ( ) : void
ClearSelections ( bool notify ) : void
Select ( int rowIndex, int collIndex ) : void
UpdateSelection ( ) : void

메소드 상세

CellSelectionModel() 공개 메소드

public CellSelectionModel ( Config config ) : System
config Config
리턴 System