DataEntryGridIntegerCellProps Constructor
Initializes a new instance of the DataEntryGridIntegerCellProps class and creates an integer edit control in the data entry grid cell.
Namespace:
RingSoft.DataEntryControls.Engine.DataEntryGridAssembly: RingSoft.DataEntryControls.Engine (in RingSoft.DataEntryControls.Engine.dll)
Syntax
public DataEntryGridIntegerCellProps( DataEntryGridRow row, int columnId, IntegerEditControlSetup setup, Nullable<int> value )
Public Sub New ( _ row As DataEntryGridRow, _ columnId As Integer, _ setup As IntegerEditControlSetup, _ value As Nullable(Of Integer) _ )
public: DataEntryGridIntegerCellProps( DataEntryGridRow^ row, int^ columnId, IntegerEditControlSetup^ setup, Nullable<int^> value )
Parameters
- columnId
- Type: Int32
The column identifier.
- setup
- Type: RingSoft.DataEntryControls.Engine..::..IntegerEditControlSetup
The setup.