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

In This Topic
    ShowWorkTimeOnly Property
    In This Topic
    Gets or sets the System.Boolean value determining whether control shows working time only. This is a dependency property. This property affects Day/Work Week views or any custom view which has VisualIntervalScale value less than one day.
    Syntax
    'Declaration
     
    
    <C1CategoryAttribute("Behavior")>
    <C1DescriptionAttribute("C1Scheduler.ShowWorkTimeOnly", "Determines whether control shows working time only.")>
    Public Property ShowWorkTimeOnly As Boolean
    [C1Category("Behavior")]
    [C1Description("C1Scheduler.ShowWorkTimeOnly", "Determines whether control shows working time only.")]
    public bool ShowWorkTimeOnly {get; set;}
    See Also