Scheduler for UWP | ComponentOne
C1.Xaml.Schedule Namespace / IntervalAppointment Class / IsSelected Property

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