C# 클래스 Ext.Net.GridView

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

Private Properties

프로퍼티 타입 설명
FocusCell void
FocusRow void
GridView System.Collections.Generic
HeaderRows_AfterItemAdd void
OnBeforeClientInitHandler void
Refresh void
Refresh void
ScrollToTop void

공개 메소드들

메소드 설명
Columns_AfterItemAdd ( HeaderColumn item ) : void
Component_AfterItemAdd ( Component item ) : void
GridView ( Config config ) : System

비공개 메소드들

메소드 설명
FocusCell ( int row, int col ) : void
FocusRow ( int row ) : void
GridView ( ) : System.Collections.Generic
HeaderRows_AfterItemAdd ( HeaderRow item ) : void
OnBeforeClientInitHandler ( ) : void
Refresh ( ) : void
Refresh ( bool headersToo ) : void
ScrollToTop ( ) : void

메소드 상세

Columns_AfterItemAdd() 공개 메소드

public Columns_AfterItemAdd ( HeaderColumn item ) : void
item HeaderColumn
리턴 void

Component_AfterItemAdd() 공개 메소드

public Component_AfterItemAdd ( Component item ) : void
item Component
리턴 void

GridView() 공개 메소드

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