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
PageChangedEvent
public static readonly RoutedEvent PageChangedEvent
Field Value
PageIndexProperty
public static readonly DependencyProperty PageIndexProperty
Field Value
PageSizeListProperty
public static readonly DependencyProperty PageSizeListProperty
Field Value
PageSizeProperty
public static readonly DependencyProperty PageSizeProperty
Field Value
TotalProperty
public static readonly DependencyProperty TotalProperty
Field Value
Properties
End
结束记录数
public int End { get; set; }
Property Value
ItemsSource
public IEnumerable<object> ItemsSource { get; set; }
Property Value
PageCount
总页数
public int PageCount { get; set; }
Property Value
PageIndex
public int PageIndex { get; set; }
Property Value
PageSize
public int PageSize { get; set; }
Property Value
PageSizeItems
显示每页记录数集合
public List<int> PageSizeItems { get; set; }
Property Value
PageSizeList
public string PageSizeList { get; set; }
Property Value
Start
开始记录数
public int Start { get; set; }
Property Value
Total
public int Total { get; set; }
Property Value
Methods
RaisePropertyChanged(string)
public void RaisePropertyChanged(string propertyName)
Parameters
propertyName
string
Events
PageChanged
分页更改事件
public event DataPager.PageChangedEventHandler PageChanged
Event Type
PropertyChanged
Occurs when a property value changes.
public event PropertyChangedEventHandler PropertyChanged