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

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.DataEntryGrid
Assembly:  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

row
Type: RingSoft.DataEntryControls.Engine.DataEntryGrid..::..DataEntryGridRow
The row.
columnId
Type: Int32
The column identifier.
setup
Type: RingSoft.DataEntryControls.Engine..::..IntegerEditControlSetup
The setup.
value
Type: Nullable<(Of <(<'Int32>)>)>
The value.