ComponentOne Calendar for UWP
C1.UWP.Calendar Assembly / C1.Xaml.Calendar Namespace / DaySlot Class / DataSource Property

In This Topic
    DataSource Property (DaySlot)
    In This Topic
    Gets or sets the object, containing data associated with the curent date. This is a dependency property. The default value is null.
    Syntax
    'Declaration
     
    Public Property DataSource As System.Collections.IList
    public System.Collections.IList DataSource {get; set;}
    Remarks
    If the DataSource property is set, the C1Calendar control sets this property to the collection of custom objects. You can use this property value as a binding source in the custom DataTemplates.
    See Also