Scheduler for UWP | ComponentOne
C1.Xaml.Schedule Namespace / C1Scheduler Class / SelectedVisualInterval Property

In This Topic
    SelectedVisualInterval Property
    In This Topic
    Gets or sets the first selected VisualInterval object in the current selection or returns null if the selection is empty.
    Syntax
    'Declaration
     
    
    Public Property SelectedVisualInterval As VisualInterval
    public VisualInterval SelectedVisualInterval {get; set;}
    See Also