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

In This Topic
    IsSelected Property (ScheduleGroupItem)
    In This Topic
    Gets or sets a value that determines whether the UI element that has this ScheduleGroupItem as a DataContext is selected.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsSelected As System.Boolean
    public System.bool IsSelected {get;}
    See Also