Table of Contents

Class AutoColumnPagedDataGrid

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

Constructors

AutoColumnPagedDataGrid()

public AutoColumnPagedDataGrid()

Fields

BindingPathProperty

public static readonly DependencyProperty BindingPathProperty

Field Value

DependencyProperty

CloseRoutedEvent

public static readonly RoutedEvent CloseRoutedEvent

Field Value

RoutedEvent

DataGridLengthProperty

public static readonly DependencyProperty DataGridLengthProperty

Field Value

DependencyProperty

ModelTypeProperty

public static readonly DependencyProperty ModelTypeProperty

Field Value

DependencyProperty

SumitRoutedEvent

public static readonly RoutedEvent SumitRoutedEvent

Field Value

RoutedEvent

TitleProperty

public static readonly DependencyProperty TitleProperty

Field Value

DependencyProperty

Properties

BindingPath

public string BindingPath { get; set; }

Property Value

string

DataGridLength

public DataGridLength DataGridLength { get; set; }

Property Value

DataGridLength

DefaultKey

public static ComponentResourceKey DefaultKey { get; }

Property Value

ComponentResourceKey

DialogKey

public static ComponentResourceKey DialogKey { get; }

Property Value

ComponentResourceKey

HomeColumns

public ObservableCollection<DataGridColumn> HomeColumns { get; }

Property Value

ObservableCollection<DataGridColumn>

ModelType

public Type ModelType { get; set; }

Property Value

Type

Result

public bool Result { get; set; }

Property Value

bool

SumitKey

public static ComponentResourceKey SumitKey { get; }

Property Value

ComponentResourceKey

Title

public string Title { get; set; }

Property Value

string

Methods

GenerateColunms()

protected virtual void GenerateColunms()

GetDataGridColumn(PropertyInfo)

public DataGridColumn GetDataGridColumn(PropertyInfo propertyInfo)

Parameters

propertyInfo PropertyInfo

Returns

DataGridColumn

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.

OnClose()

protected void OnClose()

OnDataSourceChanged()

protected override void OnDataSourceChanged()

OnInitialized(EventArgs)

Raises the Initialized event. This method is invoked whenever IsInitialized is set to true internally.

protected override void OnInitialized(EventArgs e)

Parameters

e EventArgs

The RoutedEventArgs that contains the event data.

OnMouseDoubleClick(MouseButtonEventArgs)

Raises the MouseDoubleClick routed event.

protected override void OnMouseDoubleClick(MouseButtonEventArgs e)

Parameters

e MouseButtonEventArgs

The event data.

OnSumit()

protected void OnSumit()

ShowSource<T>(T, Predicate<T>, string, Action<DataGrid>, ComponentResourceKey, int)

显示蒙版

public static Task<bool> ShowSource<T>(T value, Predicate<T> match = null, string title = null, Action<DataGrid> builder = null, ComponentResourceKey key = null, int layerIndex = 0) where T : IList

Parameters

value T
match Predicate<T>
title string
builder Action<DataGrid>
key ComponentResourceKey
layerIndex int

Returns

Task<bool>

Type Parameters

T

Events

Close

public event RoutedEventHandler Close

Event Type

RoutedEventHandler

Sumit

public event RoutedEventHandler Sumit

Event Type

RoutedEventHandler