Click or drag to resize
GridCellBaseCopyPropertiesTo 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
public void CopyPropertiesTo(
	IGridCellBase gridCell
)

Parameters

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

Implements

IGridCellBaseCopyPropertiesTo(IGridCellBase)
See Also