C# 클래스 Open.Core.UI.Controls.Pager

Renders a Pager control to be used in any fashion Useful for any control(s) that require paging functionality
상속: System.Windows.Controls.UserControl
파일 보기 프로젝트 열기: philcockfield/Open.TestHarness.SL

공개 메소드들

메소드 설명
Pager ( ) : System

Constructor.

비공개 메소드들

메소드 설명
CalculateMinMax ( int &min, int &max ) : void
InsertControl ( string templateName, object viewModel ) : void
InsertPageButton ( string text ) : void
InsertPages ( ) : void
OnDataContextChanged ( ) : void
OnPageClick ( object sender, EventArgs e ) : void

메소드 상세

Pager() 공개 메소드

Constructor.
public Pager ( ) : System
리턴 System