Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.Win.C1Schedule Namespace / ScheduleGroupItem Class / IsChecked Property

In This Topic
    IsChecked Property (ScheduleGroupItem)
    In This Topic
    Gets or sets a System.Boolean value determining whether this ScheduleGroupItem object should be displayed in UI.
    Syntax
    'Declaration
     
    Public Property IsChecked As System.Boolean
    public System.bool IsChecked {get; set;}
    See Also