ComponentOne TileControl for WinForms
C1.Win.C1TileControl.4.5.2 Assembly / C1.Win.C1Tile Namespace / PropertyMapping Class / DataField Property

In This Topic
    DataField Property (PropertyMapping)
    In This Topic
    Gets or sets the field of the data source which is mapped to the tile property.
    Syntax
    'Declaration
     
    
    Public Property DataField As String
    public string DataField {get; set;}
    See Also