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

DataEntryGridDateCellProps Constructor

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

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

Syntax


public DataEntryGridDateCellProps(
	DataEntryGridRow row,
	int columnId,
	DateEditControlSetup setup,
	Nullable<DateTime> value
)
Public Sub New ( _
	row As DataEntryGridRow, _
	columnId As Integer, _
	setup As DateEditControlSetup, _
	value As Nullable(Of DateTime) _
)
public:
DataEntryGridDateCellProps(
	DataEntryGridRow^ row, 
	int^ columnId, 
	DateEditControlSetup^ setup, 
	Nullable<DateTime^> value
)

Parameters

row
Type: RingSoft.DataEntryControls.Engine.DataEntryGrid..::..DataEntryGridRow
The row.
columnId
Type: Int32
The column identifier.
setup
Type: RingSoft.DataEntryControls.Engine..::..DateEditControlSetup
The date edit control setup.
value
Type: Nullable<(Of <(<'DateTime>)>)>
The datetime value.