Class ComboBoxDataGridCheckBoxColumn
- Namespace
- HeBianGu.Control.PagedDataGrid
- Assembly
- HeBianGu.Control.PagedDataGrid.dll
public class ComboBoxDataGridCheckBoxColumn : DataGridCheckBoxColumn
- Inheritance
-
ComboBoxDataGridCheckBoxColumn
- Inherited Members
- Extension Methods
Methods
GenerateElement(DataGridCell, object)
protected override FrameworkElement GenerateElement(DataGridCell cell, object dataItem)
Parameters
cell
DataGridCellThe cell that will contain the generated element.
dataItem
objectThe data item represented by the row that contains the intended cell.
Returns
- FrameworkElement
A new, read-only check box control that is bound to the column's Binding property value.