DataEntryGridButtonCellProps Constructor
Initializes a new instance of the DataEntryGridButtonCellProps class and Creates a button in the data entry grid cell.
Namespace:
RingSoft.DataEntryControls.Engine.DataEntryGridAssembly: RingSoft.DataEntryControls.Engine (in RingSoft.DataEntryControls.Engine.dll)
Syntax
public DataEntryGridButtonCellProps( DataEntryGridRow row, int columnId )
Public Sub New ( _ row As DataEntryGridRow, _ columnId As Integer _ )
public: DataEntryGridButtonCellProps( DataEntryGridRow^ row, int^ columnId )
Parameters
- columnId
- Type: Int32
The column identifier.