Scheduler for WPF and Silverlight | ComponentOne
C1.Silverlight.Schedule Namespace / SchedulerGroupItem Class / Tag Property

In This Topic
    Tag Property (SchedulerGroupItem)
    In This Topic
    Gets or sets the object that contains custom data about the SchedulerGroupItem object. This is a dependency property.
    Syntax
    'Declaration
     
    
    Public Property Tag As Object
    public object Tag {get; set;}
    See Also