ComponentOne Tiles for WPF and Silverlight
C1.Silverlight.Tile Namespace / C1Tile Class / ContentSource Property

In This Topic
    ContentSource Property (C1Tile)
    In This Topic
    Gets or sets an object source used to generate the content of the C1Tile control.
    Syntax
    'Declaration
     
    
    Public Property ContentSource As IEnumerable
    public IEnumerable ContentSource {get; set;}
    See Also