ComponentOne TileControl for WinForms
DataMember Property

C1.Win.C1TileControl.4 Assembly > C1.Win.C1Tile Namespace > C1TileControl Class : DataMember Property
Gets or sets the specific list in a DataSource that is bound to the tile control.
Syntax
'Declaration
 
Public Property DataMember As System.String
public System.string DataMember {get; set;}
Remarks

If a DataSource contains multiple sources of data, you should set the DataMember property to one of the sources.

For example, if the DataSource is a DataSet contains three tables named Customers, Orders, and OrderDetails, you must specify one of the tables to bind to.

If the DataSet contains only one DataTable, you may set the DataMember property to an empty string.

See Also

Reference

C1TileControl Class
C1TileControl Members