Table of Contents

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)

Gets a read-only CheckBox control that is bound to the column's Binding property value.

protected override FrameworkElement GenerateElement(DataGridCell cell, object dataItem)

Parameters

cell DataGridCell

The cell that will contain the generated element.

dataItem object

The 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.