C# Class Signum.Windows.PaginationSelector

Inheritance: System.Windows.Controls.UserControl
Show file Open project: signumsoftware/framework

Public Properties

Property Type Description
PageChangedEvent System.Windows.RoutedEvent
PaginationProperty DependencyProperty
TotalPagesProperty DependencyProperty

Public Methods

Method Description
PaginationSelector ( ) : System

Private Methods

Method Description
CreateButton ( int p ) : UIElement
CreateLabel ( string p ) : UIElement
PaginationChanged ( ) : void
Pagination_Loaded ( object sender, RoutedEventArgs e ) : void
RefreshPageSelector ( ) : void
SetPage ( int currentPage ) : void
btNext_Click ( object sender, RoutedEventArgs e ) : void
btPrevious_Click ( object sender, RoutedEventArgs e ) : void
cbElements_SelectionChanged ( object sender, SelectionChangedEventArgs e ) : void
cbMode_SelectionChanged ( object sender, SelectionChangedEventArgs e ) : void
spPages_Click ( object sender, RoutedEventArgs e ) : void

Method Details

PaginationSelector() public method

public PaginationSelector ( ) : System
return System

Property Details

PageChangedEvent public static property

public static RoutedEvent,System.Windows PageChangedEvent
return System.Windows.RoutedEvent

PaginationProperty public static property

public static DependencyProperty PaginationProperty
return DependencyProperty

TotalPagesProperty public static property

public static DependencyProperty TotalPagesProperty
return DependencyProperty