ComponentOne Tiles for UWP
C1.UWP.Tile Assembly / C1.Xaml.Tile Namespace / C1Tile Class / ContentSource Property

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