DataEntryGrid..::..GetCellProps Method
Gets the cell props.
Namespace:
RingSoft.DataEntryControls.WPF.DataEntryGridAssembly: RingSoft.DataEntryControls.WPF (in RingSoft.DataEntryControls.WPF.dll)
Syntax
public DataEntryGridCellProps GetCellProps( DataGridRow dataGridRow, DataEntryGridColumn dataEntryGridColumn )
Public Function GetCellProps ( _ dataGridRow As DataGridRow, _ dataEntryGridColumn As DataEntryGridColumn _ ) As DataEntryGridCellProps
public: DataEntryGridCellProps^ GetCellProps( DataGridRow^ dataGridRow, DataEntryGridColumn^ dataEntryGridColumn )
Parameters
- dataGridRow
- Type: DataGridRow
The data grid row.
- dataEntryGridColumn
- Type: RingSoft.DataEntryControls.WPF.DataEntryGrid..::..DataEntryGridColumn
The data entry grid column.