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
cellDataGridCellThe cell that will contain the generated element.
dataItemobjectThe 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.