Table of Contents

Class TextBoxDataGridColumn

Namespace
HeBianGu.Control.PagedDataGrid
Assembly
HeBianGu.Control.PagedDataGrid.dll
public class TextBoxDataGridColumn : DataGridBoundColumn
Inheritance
TextBoxDataGridColumn
Inherited Members
Extension Methods

Constructors

TextBoxDataGridColumn()

public TextBoxDataGridColumn()

Methods

GenerateEditingElement(DataGridCell, object)

When overridden in a derived class, gets an editing element that is bound to the Binding property value of the column.

protected override FrameworkElement GenerateEditingElement(DataGridCell cell, object dataItem)

Parameters

cell DataGridCell

The cell that will contain the generated element.

dataItem object

The data item that is represented by the row that contains the intended cell.

Returns

FrameworkElement

A new editing element that is bound to the Binding property value of the column.

GenerateElement(DataGridCell, object)

When overridden in a derived class, gets a read-only element that is bound to the Binding property value of the column.

protected override FrameworkElement GenerateElement(DataGridCell cell, object dataItem)

Parameters

cell DataGridCell

The cell that will contain the generated element.

dataItem object

The data item that is represented by the row that contains the intended cell.

Returns

FrameworkElement

A new read-only element that is bound to the Binding property value of the column.