C# 클래스 PetShop.UI.Controls.ItemsControl

파일 보기 프로젝트 열기: netTiers/netTiers

보호된 프로퍼티들

프로퍼티 타입 설명
itemsGrid global::PetShop.Controls.CustomGrid

보호된 메소드들

메소드 설명
PageChanged ( object sender, DataGridPageChangedEventArgs e ) : void

Rebind control

메소드 상세

PageChanged() 보호된 메소드

Rebind control
protected PageChanged ( object sender, DataGridPageChangedEventArgs e ) : void
sender object
e DataGridPageChangedEventArgs
리턴 void

프로퍼티 상세

itemsGrid 보호되어 있는 프로퍼티

itemsGrid control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::PetShop.Controls.CustomGrid itemsGrid
리턴 global::PetShop.Controls.CustomGrid