Scheduler for WinForms | ComponentOne
C1.Win.Schedule.6 Assembly / C1.Win.Schedule Namespace / ScheduleGroupItem Class / Tag Property

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