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

DataEntryGridDecimalCellProps Constructor

Initializes a new instance of the DataEntryGridDecimalCellProps class and creates a decimal edit control in the data entry grid cell.

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

Syntax


public DataEntryGridDecimalCellProps(
	DataEntryGridRow row,
	int columnId,
	DecimalEditControlSetup setup,
	Nullable<double> value
)
Public Sub New ( _
	row As DataEntryGridRow, _
	columnId As Integer, _
	setup As DecimalEditControlSetup, _
	value As Nullable(Of Double) _
)
public:
DataEntryGridDecimalCellProps(
	DataEntryGridRow^ row, 
	int^ columnId, 
	DecimalEditControlSetup^ setup, 
	Nullable<double^> value
)

Parameters

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