Class SourcePagination
- Namespace
- HeBianGu.Control.PagedDataGrid
- Assembly
- HeBianGu.Control.PagedDataGrid.dll
public class SourcePagination : Pagination, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IAddChild
- Inheritance
-
SourcePagination
- Implements
- Inherited Members
- Extension Methods
Constructors
SourcePagination()
public SourcePagination()
Fields
CapacityProperty
public static readonly DependencyProperty CapacityProperty
Field Value
FirstProperty
public static readonly DependencyProperty FirstProperty
Field Value
FromSourceProperty
public static readonly DependencyProperty FromSourceProperty
Field Value
IndexProperty
public static readonly DependencyProperty IndexProperty
Field Value
IsAsnycProperty
public static readonly DependencyProperty IsAsnycProperty
Field Value
ToSourceProperty
public static readonly DependencyProperty ToSourceProperty
Field Value
Properties
Capacity
public int Capacity { get; set; }
Property Value
DefaultKey
public static ComponentResourceKey DefaultKey { get; }
Property Value
First
public object First { get; set; }
Property Value
FromSource
public IEnumerable FromSource { get; set; }
Property Value
Index
public int Index { get; set; }
Property Value
IsAsnyc
public bool IsAsnyc { get; set; }
Property Value
ToSource
public IEnumerable ToSource { get; set; }
Property Value
Methods
InitData()
public void InitData()
RefreshTo(int)
public void RefreshTo(int page = 0)
Parameters
page
int