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

In This Topic
    Tag Property (DaySlot)
    In This Topic
    Gets or sets the object, containing arbitrary custom data. This is a dependency property. The default value is null.
    Syntax
    'Declaration
     
    Public Property Tag As System.Object
    public System.object Tag {get; set;}
    Remarks
    The C1Calendar control doesn't set this property and doesn't use it in default control templates. You can set this property from code if you use custom C1DataTemplateSelector in the DaySlotTemplateSelector property. Then, you can use this property value as a binding source in the custom DataTemplates, defined in your C1DataTemplateSelector implementation.
    See Also