Table of Contents

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

DependencyProperty

FirstProperty

public static readonly DependencyProperty FirstProperty

Field Value

DependencyProperty

FromSourceProperty

public static readonly DependencyProperty FromSourceProperty

Field Value

DependencyProperty

IndexProperty

public static readonly DependencyProperty IndexProperty

Field Value

DependencyProperty

IsAsnycProperty

public static readonly DependencyProperty IsAsnycProperty

Field Value

DependencyProperty

ToSourceProperty

public static readonly DependencyProperty ToSourceProperty

Field Value

DependencyProperty

Properties

Capacity

public int Capacity { get; set; }

Property Value

int

DefaultKey

public static ComponentResourceKey DefaultKey { get; }

Property Value

ComponentResourceKey

First

public object First { get; set; }

Property Value

object

FromSource

public IEnumerable FromSource { get; set; }

Property Value

IEnumerable

Index

public int Index { get; set; }

Property Value

int

IsAsnyc

public bool IsAsnyc { get; set; }

Property Value

bool

ToSource

public IEnumerable ToSource { get; set; }

Property Value

IEnumerable

Methods

InitData()

public void InitData()

RefreshTo(int)

public void RefreshTo(int page = 0)

Parameters

page int