Scheduler for WPF | ComponentOne
C1.WPF.Schedule Namespace / SchedulerGroupItem Class / IsSelected Property

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