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

DataEntryGridTextCellProps Constructor (DataEntryGridRow, Int32, String)

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

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

Syntax


public DataEntryGridTextCellProps(
	DataEntryGridRow row,
	int columnId,
	string text
)
Public Sub New ( _
	row As DataEntryGridRow, _
	columnId As Integer, _
	text As String _
)
public:
DataEntryGridTextCellProps(
	DataEntryGridRow^ row, 
	int^ columnId, 
	String^ text
)

Parameters

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