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