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

DataEntryGridCellProps Constructor

Initializes a new instance of the DataEntryGridCellProps class.

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

Syntax


public DataEntryGridCellProps(
	DataEntryGridRow row,
	int columnId
)
Public Sub New ( _
	row As DataEntryGridRow, _
	columnId As Integer _
)
public:
DataEntryGridCellProps(
	DataEntryGridRow^ row, 
	int^ columnId
)

Parameters

row
Type: RingSoft.DataEntryControls.Engine.DataEntryGrid..::..DataEntryGridRow
The row.
columnId
Type: Int32
The column identifier.