[]
Establishes an association between the property of an item from data source and the property of the corresponding Tile component.
public class PropertyMapping : ICloneable
Name | Description |
---|---|
PropertyMapping() | Initializes a new instance of a PropertyMapping. |
Name | Description |
---|---|
Comment | Gets or sets the comment for the PropertyMapping object. |
DataField | Gets or sets the field of the data source which is mapped to the tile property. |
Lookup | Encapsulates the lookup properties. |
TileControl | Gets the owner C1TileControl. |
TileProperty | Gets or sets the property of the Tile object that is a destination for mapping. |
Name | Description |
---|---|
Clone() | Creates a new PropertyMapping that is a copy of the current instance. |
CloneMapping() | Creates a copy of the current PropertyMapping. |
ShouldSerializeLookup() | This member is for internal use only. |