Table of Contents

Class DataPager

Namespace
HeBianGu.General.WpfControlLib
Assembly
HeBianGu.General.WpfControlLib.dll

DataPager.xaml 的交互逻辑

public class DataPager : UserControl, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IAddChild, INotifyPropertyChanged
Inheritance
DataPager
Implements
Inherited Members
Extension Methods

Constructors

DataPager()

public DataPager()

Fields

ItemsSourceProperty

ItemsSource数据源

public static readonly DependencyProperty ItemsSourceProperty

Field Value

DependencyProperty

PageChangedEvent

public static readonly RoutedEvent PageChangedEvent

Field Value

RoutedEvent

PageIndexProperty

public static readonly DependencyProperty PageIndexProperty

Field Value

DependencyProperty

PageSizeListProperty

public static readonly DependencyProperty PageSizeListProperty

Field Value

DependencyProperty

PageSizeProperty

public static readonly DependencyProperty PageSizeProperty

Field Value

DependencyProperty

TotalProperty

public static readonly DependencyProperty TotalProperty

Field Value

DependencyProperty

Properties

End

结束记录数

public int End { get; set; }

Property Value

int

ItemsSource

public IEnumerable<object> ItemsSource { get; set; }

Property Value

IEnumerable<object>

PageCount

总页数

public int PageCount { get; set; }

Property Value

int

PageIndex

public int PageIndex { get; set; }

Property Value

int

PageSize

public int PageSize { get; set; }

Property Value

int

PageSizeItems

显示每页记录数集合

public List<int> PageSizeItems { get; set; }

Property Value

List<int>

PageSizeList

public string PageSizeList { get; set; }

Property Value

string

Start

开始记录数

public int Start { get; set; }

Property Value

int

Total

public int Total { get; set; }

Property Value

int

Methods

RaisePropertyChanged(string)

public void RaisePropertyChanged(string propertyName)

Parameters

propertyName string

Events

PageChanged

分页更改事件

public event DataPager.PageChangedEventHandler PageChanged

Event Type

DataPager.PageChangedEventHandler

PropertyChanged

Occurs when a property value changes.

public event PropertyChangedEventHandler PropertyChanged

Event Type

PropertyChangedEventHandler