Class RowNumTextDataGridColumn
- Namespace
- HeBianGu.Control.PagedDataGrid
- Assembly
- HeBianGu.Control.PagedDataGrid.dll
public class RowNumTextDataGridColumn : DataGridBoundColumn
- Inheritance
-
RowNumTextDataGridColumn
- Inherited Members
- Extension Methods
Constructors
RowNumTextDataGridColumn()
public RowNumTextDataGridColumn()
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
DataGridCellThe cell that will contain the generated element.
dataItem
objectThe 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
DataGridCellThe cell that will contain the generated element.
dataItem
objectThe 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.