DataEntryGridEditingControlHost<(Of <(<'TControl>)>)>..::..ImportDataGridCellProperties Method
Imports the data grid cell properties.
Namespace:
RingSoft.DataEntryControls.WPF.DataEntryGrid.EditingControlHostAssembly: RingSoft.DataEntryControls.WPF (in RingSoft.DataEntryControls.WPF.dll)
Syntax
protected virtual void ImportDataGridCellProperties( DataGridCell dataGridCell )
Protected Overridable Sub ImportDataGridCellProperties ( _ dataGridCell As DataGridCell _ )
protected: virtual void ImportDataGridCellProperties( DataGridCell^ dataGridCell )
Parameters
- dataGridCell
- Type: DataGridCell
The data grid cell.