RingSoft.DataEntryControls.Engine.Annotations Namespace
RingSoft.DataEntryControls.WPF Namespace

DataEntryGridComboBoxHost<(Of <(<'TControl>)>)>..::..ImportDataGridCellProperties Method

Imports the data grid cell properties.

Namespace:  RingSoft.DataEntryControls.WPF.DataEntryGrid.EditingControlHost
Assembly:  RingSoft.DataEntryControls.WPF (in RingSoft.DataEntryControls.WPF.dll)

Syntax


protected void ImportDataGridCellProperties(
	DataGridCell dataGridCell
)
Protected Sub ImportDataGridCellProperties ( _
	dataGridCell As DataGridCell _
)
protected:
void ImportDataGridCellProperties(
	DataGridCell^ dataGridCell
)

Parameters

dataGridCell
Type: DataGridCell
The data grid cell.