C# Class Open.Core.UI.Controls.Pager

Renders a Pager control to be used in any fashion Useful for any control(s) that require paging functionality
Inheritance: System.Windows.Controls.UserControl
Mostra file Open project: philcockfield/Open.TestHarness.SL

Public Methods

Method Description
Pager ( ) : System

Constructor.

Private Methods

Method Description
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

Method Details

Pager() public method

Constructor.
public Pager ( ) : System
return System