WorkWeekView Members
A view that displays events across a work week.Constructors
Name | Description |
---|---|
WorkWeekView() | Initializes a new instance of the WorkWeekView class with the default settings. |
Fields
Properties
Name | Description |
---|---|
ActualStyleSettings | Inherited from DayViewBase. |
ActualVisibleTime | Gets the actual time interval displayed by the Day View, Work Week View, or Week View. This is a dependency property. Inherited from DayViewBase. |
AllDayAppointmentMinHeight | Gets or sets the height of all-day appointments in the Day View, Work Week View, and Week View. This is a dependency property. Inherited from DayViewBase. |
AllDaySeparatorSize | Gets or sets the height of a separator bar between the all-day area and the main area of the Day View, Work Week View, and Week View. This is a dependency property. Inherited from DayViewBase. |
AppointmentMinHeight | Gets or sets the minimum height of appointments in the Day View, Work Week View, and Week View. This is a dependency property. Inherited from DayViewBase. |
ShowAllDayArea | Gets or sets a value indicating whether the All-Day Area is shown in the Day View, Work Week View, and Week View. This is a dependency property. Inherited from DayViewBase. |
ShowTimeIndicatorOverAppointment | Specifies whether time indicators overlap appointments. This is a dependency property. Inherited from DayViewBase. |
ShowWorkTimeOnly | Inherited from DayViewBase. |
StyleSettings | Inherited from DayViewBase. |
StyleSettingsTemplate | Inherited from DayViewBase. |
TimeIndicators | Specifies the collection of time indicators displayed by the view. This is a dependency property. Inherited from DayViewBase. |
TimeIndicatorsVisibility | Specifies days for which to display time indicators. This is a dependency property. Inherited from DayViewBase. |
TimeRulers | Inherited from DayViewBase. |
TimeRulerSize | Inherited from DayViewBase. |
TimeRulersSource | Inherited from DayViewBase. |
TimeRulerTemplate | Inherited from DayViewBase. |
TimeScale | Gets or sets the time interval for time slots in the scheduling area. This is a dependency property. Inherited from DayViewBase. |
TimeScales | Inherited from DayViewBase. |
TopRowTime | Inherited from DayViewBase. |
VisibleTime | Gets or sets the time of the view’s day interval for the Day View, Work Week View, and Week View. This is a dependency property. Inherited from DayViewBase. |
VisualData | Inherited from DayViewBase. |
Methods
Name | Description |
---|---|
Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
GetHashCode() | Serves as the default hash function. Inherited from Object. |
GetType() | Gets the Type of the current instance. Inherited from Object. |
MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
RecreateVisualData() | Inherited from DayViewBase. |
ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
ToString() | Returns a string that represents the current object. Inherited from Object. |
See Also