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.DataEntryGridAssembly: 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 )