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

In This Topic
    OneDayStyle Property (C1Scheduler)
    In This Topic
    Gets or sets a Windows.UI.Xaml.Style object that defines a UI representation of C1Scheduler control in a Day View mode. This is a dependency property.
    Syntax
    'Declaration
     
    
    <C1CategoryAttribute("View")>
    <C1DescriptionAttribute("C1Scheduler.OneDayStyle", "Gets or sets a Style object that defines a UI representation of the control in a Day View mode.")>
    Public Property OneDayStyle As Style
    [C1Category("View")]
    [C1Description("C1Scheduler.OneDayStyle", "Gets or sets a Style object that defines a UI representation of the control in a Day View mode.")]
    public Style OneDayStyle {get; set;}
    See Also