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
MaxPageCountProperty
最大页数
public static readonly DependencyProperty MaxPageCountProperty
Field Value
MaxPageIntervalProperty
表示当前选中的按钮距离左右两个方向按钮的最大间隔(4表示间隔4个按钮,如果超过则用省略号表示)
public static readonly DependencyProperty MaxPageIntervalProperty
Field Value
PageIndexProperty
当前页
public static readonly DependencyProperty PageIndexProperty
Field Value
PageUpdatedEvent
页面更新事件
public static readonly RoutedEvent PageUpdatedEvent
Field Value
RadioButtonStyleProperty
public static readonly DependencyProperty RadioButtonStyleProperty
Field Value
Properties
DataCountPerPage
每页的数据量
public int DataCountPerPage { get; set; }
Property Value
DefaultKey
public static ComponentResourceKey DefaultKey { get; }
Property Value
MaxPageCount
最大页数
public int MaxPageCount { get; set; }
Property Value
MaxPageInterval
表示当前选中的按钮距离左右两个方向按钮的最大间隔(4表示间隔4个按钮,如果超过则用省略号表示)
public int MaxPageInterval { get; set; }
Property Value
PageIndex
当前页
public int PageIndex { get; set; }
Property Value
RadioButtonStyle
public Style RadioButtonStyle { get; set; }
Property Value
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