ComponentOne Calendar for UWP
C1.UWP.Calendar Assembly / C1.Xaml.Calendar Namespace / C1Calendar Class / DayOfWeekSlotStyle Property

In This Topic
    DayOfWeekSlotStyle Property
    In This Topic
    Gets or sets a Style for DayOfWeekSlotPresenter elements which are the root elements of a visual tree representing a single day of the week.
    Syntax
    'Declaration
     
    Public Property DayOfWeekSlotStyle As Windows.UI.Xaml.Style
    public Windows.UI.Xaml.Style DayOfWeekSlotStyle {get; set;}
    See Also