RingSoft.DataEntryControls.Engine.Annotations Namespace
RingSoft.DataEntryControls.WPF Namespace

DataEntryGridCheckBoxCellProps Constructor

Initializes a new instance of the DataEntryGridCheckBoxCellProps class. Causes a check box to be created in te grid cell when returned. Used in conjunction with DataEntryGridCheckBoxColumn.

Namespace:  RingSoft.DataEntryControls.Engine.DataEntryGrid
Assembly:  RingSoft.DataEntryControls.Engine (in RingSoft.DataEntryControls.Engine.dll)

Syntax


public DataEntryGridCheckBoxCellProps(
	DataEntryGridRow row,
	int columnId,
	bool value
)
Public Sub New ( _
	row As DataEntryGridRow, _
	columnId As Integer, _
	value As Boolean _
)
public:
DataEntryGridCheckBoxCellProps(
	DataEntryGridRow^ row, 
	int^ columnId, 
	bool^ value
)

Parameters

row
Type: RingSoft.DataEntryControls.Engine.DataEntryGrid..::..DataEntryGridRow
The row.
columnId
Type: Int32
The column identifier.
value
Type: Boolean
The cell Checkbox checked value.