[]
        
(Showing Draft Content)

C1.WPF.Schedule.DayOfWeekSlot

DayOfWeekSlot Class

Provides a data about a day of a week for the DaysOfWeekPresenter.

Inheritance
DayOfWeekSlot
Namespace: C1.WPF.Schedule
Assembly: C1.WPF.Schedule.4.6.2.dll
Syntax
public class DayOfWeekSlot : DependencyObject

Properties

Name Description
DayFullName

Gets a culture specific full name for the DayOfWeek.

DayOfWeek

Gets a day of a week represented by the DayOfWeekSlot.

DayShortName

Gets a culture specific short name for the DayOfWeek.

DayShortestName

Gets a culture specific shortest name for the DayOfWeek.

IsWeekend

Indicates whether the DayOfWeek is a weekend.

Owner

Returns reference to the owning C1CalendarItem control.