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

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