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.DataEntryGridAssembly: 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
- columnId
- Type: Int32
The column identifier.
- setup
- Type: RingSoft.DataEntryControls.Engine..::..DateEditControlSetup
The date edit control setup.