Table of Contents

Class Pagination

Namespace
HeBianGu.Control.PagedDataGrid
Assembly
HeBianGu.Control.PagedDataGrid.dll

页码

[TemplatePart(Name = "PART_ButtonLeft", Type = typeof(Button))]
[TemplatePart(Name = "PART_ButtonRight", Type = typeof(Button))]
[TemplatePart(Name = "PART_ButtonFirst", Type = typeof(RadioButton))]
[TemplatePart(Name = "PART_TextBlockLeft", Type = typeof(TextBlock))]
[TemplatePart(Name = "PART_PanelMain", Type = typeof(Panel))]
[TemplatePart(Name = "PART_TextBlockRight", Type = typeof(TextBlock))]
[TemplatePart(Name = "PART_ButtonLast", Type = typeof(RadioButton))]
public class Pagination : ContentControl, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IAddChild
Inheritance
Pagination
Implements
Derived
Inherited Members
Extension Methods

Constructors

Pagination()

public Pagination()

Fields

DataCountPerPageProperty

每页的数据量

public static readonly DependencyProperty DataCountPerPageProperty

Field Value

DependencyProperty

MaxPageCountProperty

最大页数

public static readonly DependencyProperty MaxPageCountProperty

Field Value

DependencyProperty

MaxPageIntervalProperty

表示当前选中的按钮距离左右两个方向按钮的最大间隔(4表示间隔4个按钮,如果超过则用省略号表示)

public static readonly DependencyProperty MaxPageIntervalProperty

Field Value

DependencyProperty

PageIndexProperty

当前页

public static readonly DependencyProperty PageIndexProperty

Field Value

DependencyProperty

PageUpdatedEvent

页面更新事件

public static readonly RoutedEvent PageUpdatedEvent

Field Value

RoutedEvent

RadioButtonStyleProperty

public static readonly DependencyProperty RadioButtonStyleProperty

Field Value

DependencyProperty

Properties

DataCountPerPage

每页的数据量

public int DataCountPerPage { get; set; }

Property Value

int

DefaultKey

public static ComponentResourceKey DefaultKey { get; }

Property Value

ComponentResourceKey

MaxPageCount

最大页数

public int MaxPageCount { get; set; }

Property Value

int

MaxPageInterval

表示当前选中的按钮距离左右两个方向按钮的最大间隔(4表示间隔4个按钮,如果超过则用省略号表示)

public int MaxPageInterval { get; set; }

Property Value

int

PageIndex

当前页

public int PageIndex { get; set; }

Property Value

int

RadioButtonStyle

public Style RadioButtonStyle { get; set; }

Property Value

Style

Methods

OnApplyTemplate()

When overridden in a derived class, is invoked whenever application code or internal processes call ApplyTemplate().

public override void OnApplyTemplate()

Events

PageUpdated

页面更新事件

public event EventHandler<ObjectRoutedEventArgs<int>> PageUpdated

Event Type

EventHandler<ObjectRoutedEventArgs<int>>