Table of Contents

Class PagedDataGrid

Namespace
HeBianGu.Control.PagedDataGrid
Assembly
HeBianGu.Control.PagedDataGrid.dll
public class PagedDataGrid : DataGrid, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IContainItemStorage, IAddChild
Inheritance
PagedDataGrid
Implements
Derived
Inherited Members
Extension Methods

Constructors

PagedDataGrid()

public PagedDataGrid()

Fields

DataSourceProperty

public static readonly DependencyProperty DataSourceProperty

Field Value

DependencyProperty

FilterStringProperty

public static readonly DependencyProperty FilterStringProperty

Field Value

DependencyProperty

HeaderContentProperty

public static readonly DependencyProperty HeaderContentProperty

Field Value

DependencyProperty

MaxValueProperty

public static readonly DependencyProperty MaxValueProperty

Field Value

DependencyProperty

MinValueProperty

public static readonly DependencyProperty MinValueProperty

Field Value

DependencyProperty

PageCountProperty

public static readonly DependencyProperty PageCountProperty

Field Value

DependencyProperty

PageCountSourceProperty

public static readonly DependencyProperty PageCountSourceProperty

Field Value

DependencyProperty

PageIndexProperty

public static readonly DependencyProperty PageIndexProperty

Field Value

DependencyProperty

TopVisibilityProperty

public static readonly DependencyProperty TopVisibilityProperty

Field Value

DependencyProperty

TotalPageProperty

public static readonly DependencyProperty TotalPageProperty

Field Value

DependencyProperty

TotalProperty

public static readonly DependencyProperty TotalProperty

Field Value

DependencyProperty

UseAsyncProperty

public static readonly DependencyProperty UseAsyncProperty

Field Value

DependencyProperty

UseDoubleClickShowViewProperty

public static readonly DependencyProperty UseDoubleClickShowViewProperty

Field Value

DependencyProperty

UsePageCountProperty

public static readonly DependencyProperty UsePageCountProperty

Field Value

DependencyProperty

UseSearchProperty

public static readonly DependencyProperty UseSearchProperty

Field Value

DependencyProperty

Properties

AccentKey

public static ComponentResourceKey AccentKey { get; }

Property Value

ComponentResourceKey

ClearKey

public static ComponentResourceKey ClearKey { get; }

Property Value

ComponentResourceKey

ColumnSet

public DataGridColumnSet ColumnSet { get; }

Property Value

DataGridColumnSet

DataSource

public IList DataSource { get; set; }

Property Value

IList

DefaultKey

public static ComponentResourceKey DefaultKey { get; }

Property Value

ComponentResourceKey

DynamicKey

public static ComponentResourceKey DynamicKey { get; }

Property Value

ComponentResourceKey

EndColumns

public ObservableCollection<DataGridColumn> EndColumns { get; }

Property Value

ObservableCollection<DataGridColumn>

FilterString

public string FilterString { get; set; }

Property Value

string

HeaderContent

public object HeaderContent { get; set; }

Property Value

object

MaxValue

当前页最大索引

public int MaxValue { get; set; }

Property Value

int

Message

public Action<string> Message { get; set; }

Property Value

Action<string>

MinValue

当前页最小索引

public int MinValue { get; set; }

Property Value

int

PageCount

public int PageCount { get; set; }

Property Value

int

PageCountSource

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

Property Value

List<int>

PageIndex

当前页索引

public int PageIndex { get; set; }

Property Value

int

SingleKey

public static ComponentResourceKey SingleKey { get; }

Property Value

ComponentResourceKey

TopVisibility

public Visibility TopVisibility { get; set; }

Property Value

Visibility

Total

数据总条数

public int Total { get; set; }

Property Value

int

TotalPage

总页数

public int TotalPage { get; set; }

Property Value

int

UseAsync

public bool UseAsync { get; set; }

Property Value

bool

UseDoubleClickShowView

public bool UseDoubleClickShowView { get; set; }

Property Value

bool

UsePageCount

public bool UsePageCount { get; set; }

Property Value

bool

UseSearch

public bool UseSearch { get; set; }

Property Value

bool

Methods

InitData()

protected virtual void InitData()

OnAutoGeneratedColumns(EventArgs)

Raises the AutoGeneratedColumns event.

protected override void OnAutoGeneratedColumns(EventArgs e)

Parameters

e EventArgs

The data for the event.

OnAutoGeneratingColumn(DataGridAutoGeneratingColumnEventArgs)

Raises the AutoGeneratingColumn event.

protected override void OnAutoGeneratingColumn(DataGridAutoGeneratingColumnEventArgs e)

Parameters

e DataGridAutoGeneratingColumnEventArgs

The data for the event.

OnDataSourceChanged()

protected virtual void OnDataSourceChanged()

OnMouseDoubleClick(MouseButtonEventArgs)

Raises the MouseDoubleClick routed event.

protected override void OnMouseDoubleClick(MouseButtonEventArgs e)

Parameters

e MouseButtonEventArgs

The event data.