ComponentOne Calendar for UWP
DataSource Property (DaySlot)

C1.UWP.Calendar Assembly > C1.Xaml.Calendar Namespace > DaySlot Class : DataSource Property
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

Reference

DaySlot Class
DaySlot Members