Click or drag to resize
IGridCellBaseCopyPropertiesTo Method
Copies the property values in this instance to the gridCell instance.

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
void CopyPropertiesTo(
	IGridCellBase gridCell
)

Parameters

gridCell
Type: ArtDatabanken.DataIGridCellBase
The grid cell that should be initialized with values from this instance.
See Also